# 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 = "2018" name = "onesignal-tracing-tail-sample" version = "0.2.2" description = "Tail sampling support for tracing with OpenTelemetry" documentation = "https://docs.rs/onesignal-tracing-tail-sampling" readme = "README.md" license = "MIT" repository = "https://github.com/OneSignal/tracing-tail-sampling/" [dependencies.opentelemetry] version = ">=0.18, <0.20" features = ["trace"] default-features = false [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dependencies.tracing-core] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "std", ] default-features = false [dependencies.uuid] version = ">= 0.8, < 2" features = ["v4"] [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.criterion] version = "0.3" default_features = false [dev-dependencies.opentelemetry-jaeger] version = "0.17"