Cargo Features
[dependencies]
proptest-state-machine = { version = "0.7.0", default-features = false, features = ["std"] }
- default = std
-
The
stdfeature is set by default wheneverproptest-state-machineis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables the use of standard-library dependent features