Cargo Features

[dependencies]
camelliakv = { version = "1.0.0", default-features = false, features = ["device"] }
default = fibers, futures

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

device = fibers, futures

Affects camelliakv::device, metrics::DeviceMetrics, metrics::DeviceCommandCounter

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.

fibers default device?
futures default device?

Enables futures ^0.1.31