# 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 = "eaze-tracing-honeycomb" version = "0.2.1-eaze.7" authors = ["Inanna Malick ", "Jeremiah Senkpiel "] description = "Honeycomb.io tracing layer for multiprocess telemetry" documentation = "https://inanna-malick.github.io/tracing-honeycomb/tracing_honeycomb/" readme = "README.md" keywords = ["tracing", "honeycomb", "instrumentation"] license = "MIT" repository = "https://github.com/inanna-malick/tracing-honeycomb" [dependencies.chrono] version = "0.4" [dependencies.eaze-tracing-distributed] version = "0.2.0-eaze.7" [dependencies.libhoney-rust] version = "0.1.3" [dependencies.parking_lot] version = "0.11" optional = true [dependencies.rand] version = "0.7" [dependencies.sha-1] version = "0.9" [dependencies.tracing] version = "0.1.12" [dependencies.tracing-core] version = "0.1.9" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.futures-preview] version = "0.3.0-alpha.19" features = ["compat"] [dev-dependencies.proptest] version = "0.9.5" [dev-dependencies.tokio] version = "0.2" features = ["full"] [dev-dependencies.tracing-attributes] version = "0.1.5" [dev-dependencies.tracing-futures] version = "0.2.1" [dev-dependencies.tracing-subscriber] version = "0.2.0" [features] use_parking_lot = ["parking_lot", "eaze-tracing-distributed/use_parking_lot"]