Cargo Features
sp1-core-executor has no features set by default.
[dependencies]
sp1-core-executor = { version = "4.1.1", features = ["bigint-rug", "profiling"] }
- bigint-rug
-
Enables bigint-rug of sp1-curves
- profiling
-
Enables gecko_profile, goblin, indicatif, and rustc-demangle
Affects
executor::Executor.profiler
…