slog 2.0.11

Structured, extensible, composable logging for Rust
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"
version = "2.0.11"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "Structured, extensible, composable logging for Rust"
homepage = "https://github.com/slog-rs/slog"
documentation = "https://docs.rs/slog"
readme = "README.md"
keywords = ["log", "logging", "structured", "hierarchical"]
categories = ["development-tools::debugging"]
license = "MPL-2.0/MIT/Apache-2.0"
repository = "https://github.com/slog-rs/slog"
[profile.bench]
opt-level = 3
lto = true
debug = false
debug-assertions = false

[profile.release]
opt-level = 3
lto = true
debug = false
debug-assertions = false
[dev-dependencies.slog-async]
version = "2"

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

[features]
max_level_info = []
release_max_level_warn = []
max_level_trace = []
release_max_level_trace = []
release_max_level_debug = []
default = ["std"]
max_level_error = []
release_max_level_error = []
max_level_off = []
release_max_level_off = []
max_level_warn = []
release_max_level_info = []
max_level_debug = []
std = []