Cargo Features

safe_network has no features set by default.

[dependencies]
safe_network = { version = "0.58.13", features = ["chaos", "unstable-wiremsg-debuginfo", "test-utils", "tokio-console"] }
chaos
unstable-wiremsg-debuginfo
test-utils

Enables proptest and test-utils of sn_interface ^0.1.1

tokio-console = console-subscriber

Needs to be built with RUSTFLAGS="--cfg tokio_unstable"

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.

console-subscriber tokio-console?

Enables console-subscriber ~0.1.0