Cargo Features
[dependencies]
tomq = { version = "0.1.2", default-features = false, features = ["threaded"] }
- default = threaded
-
The
threaded
feature is set by default whenevertomq
is added without
somewhere in the dependency tree.default-features = false - threaded default
tomq has 2 features without comments.