Cargo Features
[dependencies]
serum = { version = "0.4.7", default-features = false, features = ["program", "no-entrypoint", "fuzz", "test"] }
- default = program
-
The
program
feature is set by default wheneverserum
is added without
somewhere in the dependency tree.default-features = false - program default
- client no-entrypoint
- fuzz = arbitrary
-
Affects
state::fuzz_account_parser
… - test
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.
- arbitrary fuzz?
-
Enables arbitrary ^0.4.6