# 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 = "std-logger" version = "0.5.4" authors = ["Thomas de Zeeuw "] build = false include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-MIT", "LICENSE-APACHE", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ A logging implementation for the log crate that logs messages to standard error and requests to standard out. It support a number of output formats including JSON, JSON for GCP (gcloud) and logfmt. """ documentation = "https://docs.rs/std-logger" readme = "README.md" keywords = [ "logging", "log", "standard", "logfmt", "json", ] categories = ["development-tools::debugging"] license = "MIT/Apache-2.0" repository = "https://github.com/Thomasdezeeuw/std-logger" [lib] name = "std_logger" path = "src/lib.rs" [dependencies.itoa] version = "1.0.1" default-features = false [dependencies.log] version = "0.4.21" features = ["kv_std"] default-features = false [dependencies.ryu] version = "1.0.5" default-features = false [dev-dependencies.libc] version = "0.2.86" default-features = false [features] default = [ "timestamp", "log-panic", ] log-panic = [] nightly = [] timestamp = []