• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "tracing-journald"
3version = "0.3.0"
4authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
5edition = "2018"
6license = "MIT"
7readme = "README.md"
8repository = "https://github.com/tokio-rs/tracing"
9homepage = "https://tokio.rs"
10description = "rich journald subscriber for `tracing`"
11categories = [
12    "development-tools::debugging",
13    "development-tools::profiling",
14]
15keywords = ["tracing", "journald"]
16rust-version = "1.49.0"
17
18[dependencies]
19libc = "0.2.126"
20tracing-core = { path = "../tracing-core", version = "0.1.28" }
21tracing-subscriber = { path = "../tracing-subscriber", version = "0.3.0", default-features = false, features = ["registry"] }
22
23[dev-dependencies]
24serde_json = "1.0.82"
25serde = { version = "1.0.140", features = ["derive"] }
26tracing = { path = "../tracing", version = "0.1.35" }
27