diff --git a/replay/Cargo.toml b/replay/Cargo.toml index cfe093f..2dd61f7 100644 --- a/replay/Cargo.toml +++ b/replay/Cargo.toml @@ -7,6 +7,8 @@ edition = "2021" benchmark = ["dep:serde", "dep:serde_json", "dep:serde_with"] # The only_cairo_vm feature is designed to avoid executing transitions with cairo_native and instead use cairo_vm exclusively only_cairo_vm = ["rpc-state-reader/only_casm"] +# The only-native feature uses native exclusively, with every cairo 1 contract +only-native = ["blockifier/only-native"] structured_logging = [] profiling = ["blockifier/profiling"] state_dump = ["dep:serde", "dep:serde_json", "dep:serde_with", "dep:starknet-types-core"]