# 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" rust-version = "1.70" name = "tracing-tunnel" version = "0.2.0-beta.1" authors = [ "Alex Ostrovski ", "Thom Wright ", ] description = "Tunnelling tracing information across API boundary" readme = "README.md" keywords = [ "tracing", "logging", "wasm", ] categories = [ "development-tools::debugging", "development-tools::ffi", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/slowli/tracing-toolbox" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[test]] name = "integration" path = "tests/integration/main.rs" required-features = [ "sender", "receiver", ] [dependencies.once_cell] version = "1.16.0" optional = true [dependencies.serde] version = "1" features = [ "alloc", "derive", ] default-features = false [dependencies.tracing-core] version = "0.1.30" default-features = false [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.insta] version = "1.35.1" features = ["yaml"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tracing] version = "0.1.37" [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["default"] default-features = false [dev-dependencies.version-sync] version = "0.9.4" [features] default = ["std"] receiver = [ "std", "once_cell", ] sender = [] std = ["tracing-core/std"] [badges.maintenance] status = "experimental"