Cargo Features

[dependencies]
openbook_dex = { version = "0.5.6", default-features = false, features = ["program", "no-entrypoint", "fuzz", "test"] }
default = program

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

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