Cargo Features

bee-network has no features set by default.

[dependencies]
bee-network = { version = "0.2.2", features = ["full"] }
full = async-trait, bee-runtime, futures, log, once_cell, rand, serde, thiserror, tokio, tokio-stream

Enables dns-tokio, identify, mplex, noise, tcp-tokio and yamux of libp2p ^0.39

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.

bee-runtime full?

Enables bee-runtime ^0.1.1-alpha

async-trait full?
futures full?
libp2p full?

Enables libp2p ^0.39

log full?
once_cell full?
rand full?
serde full?
thiserror full?
tokio full?
tokio-stream full?