Cargo Features

[dependencies]
nng_async = { version = "0.2.0", default-features = false, features = ["pipes", "stats"] }
default = pipes, stats

These default features are set whenever nng_async is added without default-features = false somewhere in the dependency tree.

pipes default

NngPipe/nng_pipe

stats default