Cargo Features

[dependencies]
lite-log = { version = "0.1.1", default-features = false, features = ["colors", "threads", "timestamps", "stderr"] }
default = colors, timestamps

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

colors default = colored
threads
timestamps default = chrono

Affects logger::init_utc

nightly stderr

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.

chrono timestamps
colored colors