# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "wasm-tracing" version = "0.2.1" authors = ["Daniel Gallups "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tracing subscriber for WebAssembly. Maintained fork of tracing-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/dsgallups/wasm-tracing" [lib] name = "wasm_tracing" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.rayon] version = "1.5" optional = true [dependencies.tracing] version = "0.1" features = ["attributes"] default-features = false [dependencies.tracing-log] version = "0.2" optional = true 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"]