Cargo Features

sn_peers_acquisition has no features set by default.

[dependencies]
sn_peers_acquisition = { version = "0.2.12", features = ["local-discovery", "network-contacts", "websockets"] }
local-discovery
network-contacts = reqwest, tokio, url

Affects sn_peers_acquisition::PeersArgs.network_contacts_url

websockets

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

reqwest network-contacts?
tokio network-contacts?
url network-contacts?