Cargo Features

[dependencies]
unknownrori-simple-thread-pool = { version = "0.2.0", default-features = false, features = ["crossbeam", "mpsc"] }
default = crossbeam

The crossbeam feature is set by default whenever unknownrori-simple-thread-pool is added without default-features = false somewhere in the dependency tree.

crossbeam default

Enables crossbeam-channel

mpsc

UnknownRori-Simple-Thread-Pool has 3 features without comments.