Cargo Features

[dependencies]
lmq = { version = "0.1.0-alpha.1", default-features = false, features = ["autodrop"] }
default = autodrop

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

autodrop default

Enables rand

lmq has 2 features without comments.