Cargo Features
[dependencies]
accumulo-access = { version = "0.1.9", default-features = false, features = ["caching"] }
- default = caching
-
The
caching
feature is set by default wheneveraccumulo-access
is added without
somewhere in the dependency tree.default-features = false - caching default
-
Enables cached ^0.51
Affects
accumulo-access::caching
…