# 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_sprout" version = "0.1.0-alpha.6" authors = ["Naaman Curtis "] include = [ "**/*.rs", "Cargo.toml", ] description = "A tokio-rs/tracing structured JSON formatting layer for the fledgling logger" readme = "readme.md" keywords = [ "tracing", "logging", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/naamancurtis/tracing-sprout" [dependencies.chrono] version = "^0.4" [dependencies.json] version = "^0.12" [dependencies.thiserror] version = "^1.0" [dependencies.tracing] version = "^0.1" [dependencies.tracing-core] version = "^0.1" [dependencies.tracing-log] version = "^0.1" [dependencies.tracing-subscriber] version = "^0.3" features = [ "registry", "fmt", ] default-features = false [dev-dependencies.tracing-subscriber] version = "^0.3" features = [ "registry", "fmt", "env-filter", ] default-features = false