Cargo Features
[dependencies]
mavryk-smart-rollup-debug = { version = "0.2.2", default-features = false, features = ["alloc", "proto-alpha", "testing"] }
- default = alloc
-
The
alloc
feature is set by default whenevermavryk-smart-rollup-debug
is added without
somewhere in the dependency tree.default-features = false - alloc default
- proto-alpha
-
Enables proto-alpha of mavryk-smart-rollup-core and mavryk-smart-rollup-host
- testing
-
Enables testing of mavryk-smart-rollup-core
mavryk-smart-rollup-debug has 4 features without comments.