Cargo Features
[dependencies]
prover-executor = { version = "1.0.0", default-features = false, features = ["config", "testutils", "gpu"] }
- default = config
-
The
config
feature is set by default wheneverprover-executor
is added without
somewhere in the dependency tree.default-features = false - config default
- testutils
- gpu
prover-executor has 4 features without comments.