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