# 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 = "holochain_tracing" version = "0.0.24" authors = ["Holochain Core Dev Team "] description = "abstraction for distributed tracing choices" documentation = "https://docs.rs/holochain_tracing" readme = "README.md" keywords = ["holochain", "holo", "tracing"] categories = ["development-tools::debugging", "development-tools::profiling", "development-tools::testing"] license = "Apache-2.0" repository = "https://github.com/holochain/holochain-tracing" [[bin]] name = "jaeger-report-tester" path = "bin/test_network_reporter.rs" [dependencies.backtrace] version = "0.3.27" [dependencies.chrono] version = "=0.4.6" [dependencies.crossbeam-channel] version = "=0.3.8" [dependencies.lazy_static] version = "=1.4.0" [dependencies.log] version = "0.4.8" [dependencies.opentelemetry] version = "0.2.0" features = ["serialize"] [dependencies.opentelemetry-jaeger] version = "0.1.0" [dependencies.rustracing] version = "=0.2.1" [dependencies.rustracing_jaeger] version = "=0.2.1" [dependencies.serde] version = "=1.0.104" [dependencies.serde_derive] version = "=1.0.104" [dependencies.serde_json] version = "=1.0.47" [dependencies.shrinkwraprs] version = "0.3.0" [dependencies.tracing] version = "=0.1.13" [dependencies.tracing-core] version = "=0.1.10" [dependencies.tracing-serde] version = "=0.1.1" [dependencies.tracing-subscriber] version = "=0.2.3" [dev-dependencies.gag] version = "=0.1.10" [features] default = [] experimental-jaeger = []