# 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 = "structured-logger" version = "1.0.3" authors = ["0xzensh "] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", "LICENSE-APACHE", ] description = """ A logging implementation for the log crate that logs structured values either synchronous or asynchronous, as JSON, CBOR, or any other format, into a file, stderr, stdout, or any other destination. """ documentation = "https://docs.rs/structured-logger" readme = "README.md" keywords = [ "logger", "logging", "log", "json-log", "structured-log", ] license = "MIT OR Apache-2.0" repository = "https://github.com/iorust/structured-logger" [dependencies.log] version = "0.4" features = ["kv_unstable_serde"] default-features = false [dependencies.parking_lot] version = "0.12" optional = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [dependencies.tokio] version = "1.29" features = [ "io-std", "io-util", "parking_lot", "sync", "rt", ] default-features = false [dev-dependencies.gag] version = "1.0" [dev-dependencies.tokio] version = "1.29" features = ["full"] [features] default = ["log-panic"] log-panic = []