# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tracing-wasm" version = "0.2.1" authors = ["Cole Lawrence ", "Story.ai Team "] exclude = ["*.png"] description = "tracing subscriber for browser WASM" readme = "README.md" keywords = ["logging", "metrics", "wasm", "spans", "tracing"] categories = ["development-tools::debugging", "development-tools::profiling", "no-std", "wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/storyai/tracing-wasm" [lib] crate-type = ["cdylib", "rlib"] [dependencies.rayon] version = "1.5" optional = true [dependencies.tracing] version = "0.1" features = ["attributes"] default-features = false [dependencies.tracing-subscriber] version = "0.3" features = ["registry"] default-features = false [dependencies.wasm-bindgen] version = "0.2" [features] mark-with-rayon-thread-index = ["rayon"]