# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "native_blockifier" version = "0.1.0-rc2" description = "A Bridge between the Rust blockifier crate and Python." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/starkware-libs/blockifier/" [lib] name = "native_blockifier" crate-type = ["cdylib"] [dependencies.blockifier] version = "0.1.0-rc2" features = ["testing"] [dependencies.cairo-lang-starknet] version = "2.1.0-rc1" [dependencies.cairo-vm] version = "0.8.2" [dependencies.indexmap] version = "1.9.2" [dependencies.log] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.papyrus_storage] version = "0.0.3" features = ["testing"] [dependencies.pyo3] version = "0.17.3" features = [ "extension-module", "num-bigint", "hashbrown", ] [dependencies.pyo3-log] version = "0.8.1" [dependencies.serde_json] version = "1.0.81" features = ["arbitrary_precision"] [dependencies.starknet_api] version = "0.3.0" features = ["testing"] [dependencies.thiserror] version = "1.0.37"