std-logger 0.3.5

A logging implementation for the log crate that logs messages to standard error and requests to standard out.
Documentation
[[bench]]
harness = false
name = "time_format"
path = "benches/time_format.rs"

[[bench]]
harness = false
name = "standard_out"
path = "benches/standard_out.rs"
[badges.appveyor]
repository = "Thomasdezeeuw/std-logger"
service = "github"

[badges.travis-ci]
repository = "Thomasdezeeuw/std-logger"
[dependencies.chrono]
optional = true
version = "0.4"

[dependencies.log]
features = ["std", "kv_unstable"]
version = "0.4.8"

[dependencies.log-panics]
features = ["with-backtrace"]
optional = true
version = "2"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.lazy_static]
version = "1.0"

[dev-dependencies.libc]
version = "0.2"

[features]
default = ["timestamp", "log-panic"]
log-panic = ["log-panics"]
timestamp = ["chrono"]

[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\nerror and requests to standard out.\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", "standard"]
license = "MIT/Apache-2.0"
name = "std-logger"
readme = "README.md"
repository = "https://github.com/Thomasdezeeuw/std-logger"
version = "0.3.5"