Cargo Features

[dependencies]
mimir = { version = "0.3.5", default-features = false, features = ["debug", "trace"] }
default = slog

The slog feature is set by default whenever mimir is added without default-features = false somewhere in the dependency tree.

debug

Enables max_level_debug and release_max_level_debug of slog

trace

Enables max_level_trace and release_max_level_trace of slog

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality [may be removed in the future](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

slog default debug? trace?