slog-json 2.2.0

JSON drain for slog-rs
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "slog-json"
version = "2.2.0"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "JSON drain for slog-rs"
homepage = "https://github.com/slog-rs/slog"
documentation = "https://docs.rs/slog-json"
readme = "README.md"
keywords = ["slog", "logging", "json"]
license = "MPL-2.0"
repository = "https://github.com/slog-rs/json"
[package.metadata.docs.rs]
features = ["nested-values", "dynamic-keys"]

[lib]
path = "lib.rs"
[dependencies.chrono]
version = "0.4"

[dependencies.erased-serde]
version = "0.3"
optional = true

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.slog]
version = "2.1.1"
[dev-dependencies.slog-async]
version = "2"

[features]
default = []
dynamic-keys = ["slog/dynamic-keys"]
nested-values = ["erased-serde", "slog/nested-values"]