1[package]2name = "opentelemetry-exporter-env"3version.workspace = true4edition.workspace = true5rust-version.workspace = true67[dependencies]8clap = { workspace = true, optional = true }9opentelemetry-otlp = { workspace = true, optional = true }10thiserror.workspace = true1112[features]13default = ["clap", "otlp"]14clap = ["dep:clap"]15otlp = ["dep:opentelemetry-otlp"]difftreelog
source
crates/opentelemetry-exporter-env/Cargo.toml366 Bsourcehistory