# 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_macros" 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" [lib] proc-macro = true [dependencies.crossbeam-channel] version = "=0.3.8" [dependencies.holochain_tracing] version = "=0.0.24" [dependencies.lazy_static] version = "=1.4.0" [dependencies.log] version = "0.4.8" [dependencies.newrelic] version = "0.2" optional = true [dependencies.proc-macro2] version = "1.0.8" features = ["span-locations"] [dependencies.quote] version = "=1.0.3" [dependencies.syn] version = "1.0.8" features = ["full", "fold"] [features] default = ["tracing-on"] newrelic-on = ["newrelic"] tracing-on = []