Cargo Features

Shkeleton has no features set by default.

[dependencies]
shkeleton = { version = "0.13.2", features = ["cli", "concurrency", "deadlock_detection"] }
cli = clap, glob

Enables impl of sherr

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.

clap cli?

Enables clap ^2.34.0

num_cpus concurrency?
parking_lot concurrency? deadlock_detection?
glob cli?
crossbeam concurrency?