Cargo Features
[dependencies]
frappe = { version = "0.4.7", default-features = false, features = ["nightly", "either", "parking_lot", "crossbeam-utils", "lazycell"] }
- default = crossbeam-utils, either, lazycell, parking_lot
-
These default features are set whenever
frappe
is added without
somewhere in the dependency tree.default-features = false - nightly
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.
- either default
- parking_lot default
-
Enables parking_lot ^0.7.1
- crossbeam-utils default
-
Enables crossbeam-utils ^0.6.3
- lazycell default