Cargo Features

[dependencies]
fuzztest = { version = "0.1.1", default-features = false, features = ["nightly"] }
default = nightly

The nightly feature is set by default whenever fuzztest is added without default-features = false somewhere in the dependency tree.

nightly default

Enables nightly of lazy_static

Fuzztest has 2 features without comments.