# 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 = "2021" name = "log-tracing-layer" version = "0.4.0" authors = ["Roberto Huertas "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Build your own custom tracing layer." readme = "README.md" keywords = [ "tracing", "log", "layer", "tracing-subscriber", ] categories = [ "development-tools", "asynchronous", ] license = "MIT" repository = "https://github.com/robertohuertasm/log-tracing-layer" [lib] name = "log_tracing_layer" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "sync", "rt-multi-thread", "time", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [badges.maintenance] status = "actively-developed"