21 lines
563 B
TOML
21 lines
563 B
TOML
[package]
|
|
name = "trogging"
|
|
description = "IOx logging pipeline built upon tokio-tracing"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
clap = { version = "4", features = ["derive", "env"], optional = true }
|
|
is-terminal = "0.4.7"
|
|
logfmt = { path = "../logfmt" }
|
|
observability_deps = { path = "../observability_deps" }
|
|
thiserror = "1.0.40"
|
|
tracing-log = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
|
|
|
|
[dev-dependencies]
|
|
synchronized-writer = "1"
|
|
regex = "1"
|