Cargo Features

[dependencies]
koit-toml = { version = "0.2.1", default-features = false, features = ["file-backend", "json-format", "bincode-format", "toml-format"] }
default = bincode-format, file-backend, json-format, toml-format

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

file-backend default

Affects koit-toml::FileDatabase

json-format default = serde, serde_json
bincode-format default = bincode, serde
toml-format default = serde, toml

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 toml-format
serde_json json-format
bincode bincode-format
toml toml-format

Enables toml ^0.5.8