Cargo Features

[dependencies]
femtofemme = { version = "0.2.0", default-features = false, features = ["color", "kv"] }
default = color, kv

These default features are set whenever femtofemme is added without default-features = false somewhere in the dependency tree.

color default

Enables auto-color of env_logger ^0.10.0

kv default

Enables kv_unstable of log

log:

Deprecated: use kv_* instead These *_unstable features will be removed in a future release

Femtofemme has 3 features without comments.