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