Cargo Features

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

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

rand default bitcoin_with_satsnet?

Enables rand-std of satsnet

bitcoin_with_satsnet = rand

satsnet-rpc-json has 3 features without comments.