Cargo Features

[dependencies]
runng = { version = "0.3.2", default-features = false, features = ["unstable", "pipes", "stats"] }
default = pipes, stats

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

unstable

Unstable features that will change without warning

pipes default

NngPipe/nng_pipe

stats default