Cargo Features

casperlabs-types has no features set by default.

[dependencies]
casperlabs-types = { version = "0.6.1", features = ["std", "gens", "no-unstable-features"] }
default

These default features are set whenever casperlabs-types is added without default-features = false somewhere in the dependency tree.

Enables alloc of base16

std gens?

Enables std of base16

gens = std

Enables std of proptest ^0.9.4

proptest:

Enables the use of standard-library dependent features

no-unstable-features

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.

proptest gens?

Enables proptest ^0.9.4