slog-stdlog 4.1.1

`log` crate adapter for slog-rs
Documentation
[dependencies.log]
features = ["std"]
version = "0.4.11"

[dependencies.slog]
version = "2.4"

[dependencies.slog-scope]
version = "4"

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

[dev-dependencies.slog-term]
version = "2"

[features]
default = []
kv_unstable = ["log/kv_unstable_std", "slog/dynamic-keys"]

[lib]
path = "lib.rs"

[package]
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "`log` crate adapter for slog-rs"
documentation = "https://docs.rs/slog-stdlog"
edition = "2018"
homepage = "https://github.com/slog-rs/stdlog"
keywords = ["slog", "logging", "json", "log"]
license = "MPL-2.0 OR MIT OR Apache-2.0"
name = "slog-stdlog"
readme = "README.md"
repository = "https://github.com/slog-rs/stdlog"
rust-version = "1.38"
version = "4.1.1"