Cargo Features

[dependencies]
kotonoha = { version = "0.2.0", default-features = false, features = ["log", "channel"] }
default = channel, log

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

log default channel

Affects kotonoha::log

channel default = log

Affects kotonoha::channel