Cargo Features

[dependencies]
dicetest = { version = "0.3.1", default-features = false, features = ["stats", "rand_full", "quickcheck_full"] }
default = hints, stats

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

hints stats default

Affects util::finalizer, util::events

rand_full = rand, rand_core
quickcheck_full = quickcheck, rand_core

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.

rand_core quickcheck_full? rand_full?

Enables rand_core ^0.5

rand rand_full?

Enables rand ^0.7

quickcheck quickcheck_full?

Enables quickcheck ^0.9