slog-envlogger 2.2.0

Port of de facto standard logger implementation for Rust, to `slog-rs` framework.
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-envlogger"
version = "2.2.0"
authors = ["The Rust Project Developers", "Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "Port of de facto standard logger implementation for Rust, to `slog-rs` framework.\n"
homepage = "https://github.com/slog-rs/slog"
documentation = "https://docs.rs/slog-envlogger"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/slog-rs/envlogger"

[lib]
path = "src/lib.rs"

[[test]]
name = "regexp_filter"
harness = false
[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.2"
optional = true

[dependencies.slog]
version = "2"

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

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

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

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

[features]
default = ["regex"]