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 whenever stronghold-p2p is added without default-features = false somewhere in the dependency tree.

tcp-transport default

Enables dns-tokio, tcp-tokio and websocket of libp2p ^0.43.0

Stronghold-p2p has 2 features without comments.