Cargo Features

[dependencies]
proptest-arbitrary = { version = "0.2.2", default-features = false, features = ["unstable", "frunk"] }
default = frunk

The frunk feature is set by default whenever proptest-arbitrary is added without default-features = false somewhere in the dependency tree.

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

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" }