Cargo Features

[dependencies]
satsnet-rpc = { version = "0.19.4", default-features = false, features = ["rand", "bitcoin_with_satsnet"] }
default = rand

The rand feature is set by default whenever satsnet-rpc is added without default-features = false somewhere in the dependency tree.

rand default

Enables rand of satsnet-rpc-json

bitcoin_with_satsnet

Enables bitcoin_with_satsnet of satsnet-rpc-json

Affects client::RpcApi.get_blockchain_info