# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "tracing-bunyan-formatter" version = "0.3.9" authors = ["Luca Palmieri "] description = "A Bunyan formatter for the tracing crate" documentation = "https://docs.rs/tracing-bunyan-formatter/" readme = "README.md" keywords = [ "logging", "metrics", "tracing", "bunyan", "subscriber", ] categories = [ "development-tools::profiling", "development-tools::debugging", ] license = "MIT/Apache-2.0" repository = "https://github.com/LukeMathWalker/tracing-bunyan-formatter" [lib] path = "src/lib.rs" [[example]] name = "valuable" required-features = [ "valuable", "valuable/derive", ] [dependencies.ahash] version = "0.8.2" [dependencies.gethostname] version = "0.2.1" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0.106" [dependencies.serde_json] version = "1.0.52" [dependencies.time] version = "0.3" features = ["formatting"] default-features = false [dependencies.tracing] version = "0.1.13" features = [ "log", "std", ] default-features = false [dependencies.tracing-core] version = "0.1.10" [dependencies.tracing-log] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "registry", "fmt", ] default-features = false [dependencies.valuable] version = "0.1.0" optional = true [dependencies.valuable-serde] version = "0.1.0" optional = true [dev-dependencies.claims] version = "0.6.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.time] version = "0.3" features = [ "formatting", "parsing", "local-offset", ] default-features = false [dev-dependencies.tracing] version = "0.1.13" features = [ "log", "std", "attributes", ] default-features = false [features] arbitrary-precision = ["serde_json/arbitrary_precision"] default = [] valuable = [ "tracing/valuable", "dep:valuable", "dep:valuable-serde", ]