Cargo Features
[dependencies]
esplora-tapyrus = { version = "0.4.1", default-features = false, features = ["oldcpu", "rocksdb"] }
- default = rocksdb
-
The
rocksdb
feature is set by default wheneveresplora-tapyrus
is added without
somewhere in the dependency tree.default-features = false - oldcpu = rocksdb-oldcpu
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.
- rocksdb default
-
Enables rocksdb ^0.15.0
- rocksdb-oldcpu oldcpu?
-
Enables rocksdb ^0.12.4