Cargo Features
[dependencies]
stronghold-p2p = { version = "0.4.2", default-features = false, features = ["tcp-transport"] }
- default = tcp-transport
-
The
tcp-transport
feature is set by default wheneverstronghold-p2p
is added without
somewhere in the dependency tree.default-features = false - tcp-transport default
-
Enables dns-tokio, tcp-tokio and websocket of libp2p ^0.43.0
Stronghold-p2p has 2 features without comments.