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 default-features = false somewhere in the dependency tree.

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.

serde bincode-format json-format
serde_json json-format
bincode bincode-format