2021-06-14 10:59:47 +00:00
|
|
|
[package]
|
|
|
|
name = "trogging"
|
2021-08-24 10:12:59 +00:00
|
|
|
description = "IOx logging pipeline built upon tokio-tracing"
|
2022-09-26 14:43:00 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2021-06-14 10:59:47 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-09-29 11:14:38 +00:00
|
|
|
clap = { version = "4", features = ["derive", "env"], optional = true }
|
2023-03-20 10:24:18 +00:00
|
|
|
is-terminal = "0.4.5"
|
2021-06-14 10:59:47 +00:00
|
|
|
logfmt = { path = "../logfmt" }
|
|
|
|
observability_deps = { path = "../observability_deps" }
|
2023-03-06 10:55:26 +00:00
|
|
|
thiserror = "1.0.39"
|
2021-08-17 16:19:22 +00:00
|
|
|
tracing-log = "0.1"
|
2021-10-25 15:01:39 +00:00
|
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
|
2021-06-14 10:59:47 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
synchronized-writer = "1"
|
|
|
|
regex = "1"
|