Cargo Features

SafetyRules has no features set by default.

[dependencies]
safety-rules = { version = "0.2.7", features = ["fuzzing", "testing"] }
fuzzing = aptos-proptest-helpers, proptest

Enables fuzzing of aptos-config and consensus-types

testing

Enables testing of aptos-secure-storage

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.

aptos-proptest-helpers fuzzing?
proptest fuzzing?