Cargo Features
Shkeleton has no features set by default.
[dependencies]
shkeleton = { version = "0.13.2", features = ["cli", "concurrency", "deadlock_detection"] }
- cli = clap, glob
- concurrency = crossbeam, num_cpus, parking_lot
- deadlock_detection
-
Enables deadlock_detection of parking_lot
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.