# 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.73" name = "tracing-axiom" version = "0.7.0" authors = [ "Arne Bahlo ", "Darach Ennis ", "Heinz Gies ", ] include = [ "src/**/*.rs", "examples", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "The tracing layer for shipping traces to Axiom" homepage = "https://axiom.co" documentation = "https://docs.rs/tracing-axiom" readme = "README.md" keywords = [ "tracing", "axiom", "instrumentation", "opentelemetry", ] license = "MIT OR Apache-2.0" repository = "https://github.com/axiomhq/tracing-axiom" resolver = "2" [[example]] name = "layers" [[example]] name = "simple" [[example]] name = "fmt" [[example]] name = "noenv" [dependencies.opentelemetry] version = "0.22" [dependencies.opentelemetry-otlp] version = "0.15" features = [ "prost", "tokio", "http-proto", "reqwest-client", ] [dependencies.opentelemetry-semantic-conventions] version = "0.15" [dependencies.opentelemetry_sdk] version = "0.22" features = ["rt-tokio"] [dependencies.reqwest] version = "0.11" default-features = false [dependencies.thiserror] version = "1" [dependencies.tracing-core] version = "0.1" features = ["std"] default-features = false [dependencies.tracing-opentelemetry] version = "0.23" default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "smallvec", "std", "registry", "fmt", "json", ] default-features = false [dependencies.url] version = "2.4.1" [dev-dependencies.tokio] version = "1" features = [ "full", "tracing", ] [dev-dependencies.tracing] version = "0.1" features = ["log"] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "smallvec", "std", "registry", "fmt", "json", "ansi", ] default-features = false [features] default = ["rustls-tls"] default-tls = ["reqwest/default-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]