2022-07-20 00:04:16 -04:00
|
|
|
[package]
|
|
|
|
name = "tracing-browser-subscriber"
|
2022-11-19 20:18:50 -05:00
|
|
|
version = "0.2.0"
|
2022-07-20 00:04:16 -04:00
|
|
|
edition = "2021"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
authors = [ "Jeremy Wall <jeremy@marzhillstudios.com" ]
|
2022-07-20 18:12:50 -04:00
|
|
|
description = "A tracing subscriber for the browser and webassembly"
|
|
|
|
|
2022-07-20 00:04:16 -04:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
|
|
|
|
[dependencies.tracing]
|
|
|
|
version = "0.1.35"
|
|
|
|
features = ["attributes"]
|
|
|
|
|
|
|
|
[dependencies.tracing-subscriber]
|
|
|
|
version = "0.3.1"
|
|
|
|
features = ["registry"]
|
|
|
|
|
|
|
|
[dependencies.wasm-bindgen]
|
2022-11-19 19:33:42 -05:00
|
|
|
version = "0.2.78"
|
|
|
|
|
|
|
|
[dependencies.wasm-bindgen-test]
|
|
|
|
version = "0.3"
|