Cargo Features
[dependencies]
core-processor = { version = "1.10.0", default-features = false, features = ["std", "gtest", "mock"] }
- default = std
-
The
stdfeature is set by default whenevercore-processoris added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of gear-core-backend and gear-wasm-instrument
- strict gtest
- mock
core-processor has 4 features without comments.