[dependencies.itoa]
default-features = false
version = "0.4.7"
[dependencies.libc]
default-features = false
optional = true
version = "0.2.86"
[dependencies.log]
default-features = false
features = ["kv_unstable_std"]
version = "0.4.14"
[dependencies.log-panics]
default-features = false
features = ["with-backtrace"]
optional = true
version = "2.0.0"
[dependencies.ryu]
default-features = false
version = "1.0.5"
[dev-dependencies.lazy_static]
version = "1.0"
[features]
default = ["timestamp", "log-panic"]
log-panic = ["log-panics"]
nightly = []
timestamp = ["libc"]
[package]
authors = ["Thomas de Zeeuw <thomasdezeeuw@gmail.com>"]
categories = ["development-tools::debugging"]
description = "A logging implementation for the log crate that logs messages to standard error\nand requests to standard out. It uses the logfmt standard\n(https://www.brandur.org/logfmt) as format.\n"
documentation = "https://docs.rs/std-logger"
edition = "2018"
include = ["Cargo.toml", "src/lib.rs", "src/format.rs", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["logging", "log", "logfmt", "standard"]
license = "MIT/Apache-2.0"
name = "std-logger"
readme = "README.md"
repository = "https://github.com/Thomasdezeeuw/std-logger"
version = "0.4.0"