std-logger 0.5.8

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
# 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.8"
authors = ["Thomas de Zeeuw <thomasdezeeuw@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "src/**/*.rs",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
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"

[features]
default = [
    "timestamp",
    "log-panic",
]
log-panic = []
nightly = []
serde1 = [
    "serde",
    "log/kv_serde",
]
timestamp = []

[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.serde]
version = "1"
optional = true
default-features = false

[dependencies.zmij]
version = "1.0.16"
default-features = false

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

[dev-dependencies.serde]
version = "1"
features = ["derive"]
default-features = false