Cargo Features
[dependencies]
koit = { version = "0.2.0", default-features = false, features = ["file-backend", "json-format", "bincode-format"] }
- default = bincode-format, file-backend, json-format
-
These default features are set whenever
koit
is added without
somewhere in the dependency tree.default-features = false - file-backend default
-
Enables fs and io-util of tokio
Affects
koit::FileDatabase
… - json-format default = serde, serde_json
- bincode-format default = bincode, serde
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.