[package] name = "trogging" description = "IOx logging pipeline built upon tokio-tracing" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true [dependencies] atty = "0.2.14" clap = { version = "4", features = ["derive", "env"], optional = true } logfmt = { path = "../logfmt" } observability_deps = { path = "../observability_deps" } thiserror = "1.0.37" tracing-log = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } [dev-dependencies] synchronized-writer = "1" regex = "1"