Cargo Features

rustp2p has no features set by default.

[dependencies]
rustp2p = { version = "0.1.15", features = ["aes-gcm", "chacha20-poly1305"] }
aes-gcm = ring

Affects cipher::aes_gcm, config::PipeConfig.encryption

chacha20-poly1305 = ring

Affects config::PipeConfig.encryption

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.

ring aes-gcm? chacha20-poly1305?