[package] name = "logfmt" description = "tracing_subscriber layer for writing out logfmt formatted events" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true [dependencies] # In alphabetical order observability_deps = { path = "../observability_deps" } tracing-subscriber = "0.3" workspace-hack = { path = "../workspace-hack"} [dev-dependencies] # In alphabetical order once_cell = { version = "1.17", features = ["parking_lot"] } parking_lot = "0.12" regex = "1" tracing-subscriber = { version = "0.3", features = ["env-filter"] }