Cargo Features
[dependencies]
exec-rs = { version = "0.1.2", default-features = false, features = ["sync"] }
- default = sync
-
The
sync
feature is set by default wheneverexec-rs
is added without
somewhere in the dependency tree.default-features = false - 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