std-logger 0.5.3

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
[dependencies.itoa]
default-features = false
version = "1.0.1"

[dependencies.log]
default-features = false
features = ["kv_std"]
version = "0.4.21"

[dependencies.ryu]
default-features = false
version = "1.0.5"
[dev-dependencies.libc]
default-features = false
version = "0.2.86"

[features]
default = ["timestamp", "log-panic"]
log-panic = []
nightly = []
timestamp = []

[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 support a number of output formats including\nJSON, JSON for GCP (gcloud) and logfmt.\n"
documentation = "https://docs.rs/std-logger"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["logging", "log", "standard", "logfmt", "json"]
license = "MIT/Apache-2.0"
name = "std-logger"
readme = "README.md"
repository = "https://github.com/Thomasdezeeuw/std-logger"
version = "0.5.3"