Cargo Features
[dependencies]
ssb-rpc = { version = "0.3.1", default-features = false, features = ["ssb"] }
- default = ssb
-
The
ssb
feature is set by default wheneverssb-rpc
is added without
somewhere in the dependency tree.default-features = false - ssb default
-
Core rpcs from https://github.com/ssbc/scuttlebot/blob/master/api.md
Affects
ssb-rpc::ssb
…