# 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" name = "uptrace" version = "0.19.0" exclude = [".github/*"] description = "OpenTelemetry Rust distribution for Uptrace" readme = "README.md" license-file = "./LICENSE" [dependencies.hostname] version = "0.3.1" [dependencies.opentelemetry] version = "0.19.0" features = [ "metrics", "rt-tokio", ] [dependencies.opentelemetry-otlp] version = "0.12.0" features = [ "tonic", "metrics", "tls", "tls-roots", ] [dependencies.thiserror] version = "1.0.38" [dependencies.tonic] version = "0.8.3" features = ["tls"] [dependencies.url] version = "2.3.1" [dev-dependencies.tokio] version = "1.28.0" features = ["full"] [dev-dependencies.tracing] version = "0.1.37" [dev-dependencies.tracing-subscriber] version = "0.3.17"