Cargo Features

[dependencies]
exec-rs = { version = "0.1.2", default-features = false, features = ["sync"] }
default = sync

The sync feature is set by default whenever exec-rs is added without default-features = false somewhere in the dependency tree.

sync default = flurry, parking_lot

Affects exec-rs::sync

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.

flurry sync

Enables flurry ^0.3.1

parking_lot sync

Enables parking_lot ^0.11.1