Cargo Features
libp2p-swarm has no features set by default.
[dependencies]
libp2p-swarm = { version = "0.47.1", features = ["macros", "tokio", "wasm-bindgen"] }
- macros
-
Enables libp2p-swarm-derive
Using
pathhere because this is a cyclic dev-dependency which otherwise breaks releasing. - tokio
-
Enables tokio
- wasm-bindgen
-
Enables getrandom ^0.2 and wasm-bindgen-futures
getrandom:
Explicit dependency to be used in
wasm-bindgenfeature