Cargo Features

[dependencies]
tomq = { version = "0.1.2", default-features = false, features = ["threaded"] }
default = threaded

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

threaded default

tomq has 2 features without comments.