# 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 = "tracing-jaeger" version = "0.1.0" authors = ["Inanna Malick "] description = "open telemetry tracing layer for multiprocess telemetry" documentation = "https://inanna-malick.github.io/tracing-honeycomb/tracing_opentelemetry/" readme = "README.md" keywords = ["tracing", "opentelemetry", "instrumentation"] license = "MIT" repository = "https://github.com/inanna-malick/tracing-honeycomb" [dependencies.opentelemetry] version = "0.5.0" [dependencies.rand] version = "0.7" [dependencies.tracing] version = "0.1.12" [dependencies.tracing-core] version = "0.1.9" [dependencies.tracing-distributed] version = "0.2.0" [dev-dependencies.futures-preview] version = "0.3.0-alpha.19" features = ["compat"] [dev-dependencies.opentelemetry-jaeger] version = "0.4.0" [dev-dependencies.rand] version = "0.7" [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"