[package] name = "trogging" version = "0.1.0" authors = ["Marko Mikulicic "] edition = "2021" description = "IOx logging pipeline built upon tokio-tracing" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] logfmt = { path = "../logfmt" } observability_deps = { path = "../observability_deps" } thiserror = "1.0.30" tracing-log = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } structopt = { version = "0.3.25", optional = true } [dev-dependencies] synchronized-writer = "1" regex = "1"