Cargo Features
[dependencies]
proptest-arbitrary = { version = "0.2.2", default-features = false, features = ["unstable", "frunk"] }
- default = frunk
-
The
frunk
feature is set by default wheneverproptest-arbitrary
is added without
somewhere in the dependency tree.default-features = false - unstable
-
Enables nightly features of Rust.
- frunk default = frunk_core, frunk_derives
-
Uses frunk_core and frunk_derives for Hlist and generic.
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.
- frunk_core frunk
-
Enables frunk_core ^0.0.21
- frunk_derives frunk
-
Enables frunk_derives ^0.0.22
{ git = "https://github.com/Centril/frunk", branch = "feature/partial-default-and-conversions" }