Cargo Features
[dependencies]
bitcoin-explorer-bkulcsar = { version = "1.2.19", default-features = false, features = ["on-disk-utxo"] }
- default = on-disk-utxo
-
The
on-disk-utxo
feature is set by default wheneverbitcoin-explorer-bkulcsar
is added without
somewhere in the dependency tree.default-features = false - on-disk-utxo default = rocksdb, tempdir
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.