Cargo Features

[dependencies]
nvimpam = { version = "0.2.1", default-features = false, features = ["valgrind", "no_valgrind"] }
default = no_valgrind

The no_valgrind feature is set by default whenever nvimpam is added without default-features = false somewhere in the dependency tree.

valgrind
no_valgrind default

nvimpam has 3 features without comments.