Cargo Features

[dependencies]
ritekv = { version = "0.1.0", default-features = false, features = ["amortized"] }
default = amortized

The amortized feature is set by default whenever ritekv is added without default-features = false somewhere in the dependency tree.

amortized default = griddle

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.

griddle amortized

Enables griddle ^0.4.1