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
somewhere in the dependency tree.default-features = false - log default channel
-
Affects
kotonoha::log
… - channel default = log
-
Affects
kotonoha::channel
…