Cargo Features

[dependencies]
paq = { version = "1.0.1", default-features = false, features = ["test-cleanup"] }
default = test-cleanup

The test-cleanup feature is set by default whenever paq is added without default-features = false somewhere in the dependency tree.

test-cleanup default

paq has 2 features without comments.