2021-06-14 10:59:47 +00:00
|
|
|
[package]
|
|
|
|
name = "trogging"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Marko Mikulicic <mkm@influxdata.com>"]
|
2021-10-25 08:45:44 +00:00
|
|
|
edition = "2021"
|
2021-08-24 10:12:59 +00:00
|
|
|
description = "IOx logging pipeline built upon tokio-tracing"
|
2021-06-14 10:59:47 +00:00
|
|
|
|
|
|
|
# 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" }
|
2021-10-11 08:01:21 +00:00
|
|
|
thiserror = "1.0.30"
|
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-10-18 14:49:15 +00:00
|
|
|
structopt = { version = "0.3.25", optional = true }
|
2021-06-14 10:59:47 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
synchronized-writer = "1"
|
|
|
|
regex = "1"
|