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 whenever prover-executor is added without default-features = false somewhere in the dependency tree.

config default
testutils
gpu

Enables cuda of sp1-sdk

prover-executor has 4 features without comments.