influxdb/trace_exporters/Cargo.toml

22 lines
652 B
TOML

[package]
name = "trace_exporters"
description = "Additional tracing exporters for IOx"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
async-trait = "0.1"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
clap = { version = "4", features = ["derive", "env"] }
futures = "0.3"
observability_deps = { path = "../observability_deps" }
snafu = "0.7"
thrift = { version = "0.16.0" }
tokio = { version = "1.21", features = ["macros", "parking_lot", "rt", "sync"] }
trace = { path = "../trace" }
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]