# 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-with-utc-offset" version = "0.3.6" authors = [ "Luca Palmieri ", "Théo Posty ", ] 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/theo-coder/tracing-bunyan-formatter" [lib] path = "src/lib.rs" [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 [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 = []