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 whenever mavryk-smart-rollup-debug is added without default-features = false somewhere in the dependency tree.

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.