Cargo Features
ElectrsD has no features set by default.
[dependencies]
electrsd = { version = "0.29.0", features = ["legacy", "download", "electrs_0_8_10", "electrs_0_9_11", "bitcoind_25_0", "bitcoind_24_0_1", "bitcoind_23_1", "bitcoind_22_1", "bitcoind_0_21_2", "bitcoind_0_20_2", "bitcoind_0_19_1", "bitcoind_0_18_1", "bitcoind_0_17_1"] }
- legacy
- download bitcoind_0_17_1? bitcoind_0_18_1? bitcoind_0_19_1? bitcoind_0_20_2? bitcoind_0_21_2? bitcoind_22_1? bitcoind_23_1? bitcoind_24_0_1? bitcoind_25_0? electrs_0_8_10? electrs_0_9_1? electrs_0_9_11? esplora_a33e97e1? = bitcoin_hashes, minreq, zip
-
download is not supposed to be used directly only through selecting one of the version feature
- esplora_a33e97e1 electrs_0_8_10 = download
- electrs_0_9_1 electrs_0_9_11 = download
- bitcoind_25_0 = download
- bitcoind_24_0_1 = download
- bitcoind_23_1 = download
- bitcoind_22_1 = download
- bitcoind_0_21_2 = download
- bitcoind_0_20_2 = download
- bitcoind_0_19_1 = download
- bitcoind_0_18_1 = download
- bitcoind_0_17_1 = download
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.
- bitcoin_hashes build download?
-
Enables bitcoin_hashes ^0.14
- zip build download?
-
Enables zip ^0.6
- minreq build download?