Cargo Features

blockifier has no features set by default.

[dependencies]
blockifier = { version = "0.14.0-rc.0", features = ["cairo_native", "jemalloc", "native_blockifier", "reexecution", "transaction_serde", "testing"] }
cairo_native

Enables cairo-native ^0.2.9, cairo_native of starknet_sierra_multicompile

Affects execution::native, global_cache::CachedCairoNative, global_cache::ContractCaches.native_cache

jemalloc

Enables tikv-jemallocator ^0.5.4

native_blockifier
reexecution = transaction_serde
transaction_serde reexecution?
testing = rand, rstest, rstest_reuse

Enables testing of starknet_api

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rand testing?

Enables rand ^0.8.5

rstest testing?

Enables rstest ^0.17.0

rstest_reuse testing?