# 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.75" name = "fastrace-jaeger" version = "0.7.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Jaeger reporter for fastrace" documentation = "https://docs.rs/fastrace-jaeger" readme = "README.md" keywords = [ "tracing", "span", "datadog", "jaeger", "opentelemetry", ] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/fast/fastrace" [lib] name = "fastrace_jaeger" path = "src/lib.rs" [dependencies.fastrace] version = "0.7.4" [dependencies.log] version = "0.4" [dependencies.thrift_codec] version = "0.3" [dev-dependencies.futures] version = "0.3"