Cargo Features
[dependencies]
bitcoincore-rpc = { version = "0.19.0", default-features = false, features = ["rand"] }
- default = rand
-
The
randfeature is set by default wheneverbitcoincore-rpcis added withoutsomewhere in the dependency tree.default-features = false - rand default
-
Enables rand of bitcoincore-rpc-json
bitcoincore-rpc has 2 features without comments.