# 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 = "evm_arithmetization" version = "0.4.0" authors = [ "Daniel Lubarov ", "William Borgeaud ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of STARKs for the Ethereum Virtual Machine" homepage = "https://github.com/0xPolygonZero/zk_evm" readme = "README.md" keywords = [ "cryptography", "STARK", "plonky2", "ethereum", "zk", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/0xPolygonZero/zk_evm" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", ".cargo/katex-header.html", ] [lib] name = "evm_arithmetization" path = "src/lib.rs" [[bin]] name = "assemble" path = "src/bin/assemble.rs" required-features = ["asmtools"] [[test]] name = "add11_yml" path = "tests/add11_yml.rs" [[test]] name = "erc20" path = "tests/erc20.rs" [[test]] name = "erc721" path = "tests/erc721.rs" [[test]] name = "global_exit_root" path = "tests/global_exit_root.rs" [[test]] name = "log_opcode" path = "tests/log_opcode.rs" [[test]] name = "selfdestruct" path = "tests/selfdestruct.rs" [[test]] name = "simple_transfer" path = "tests/simple_transfer.rs" [[test]] name = "two_to_one_block" path = "tests/two_to_one_block.rs" [[test]] name = "withdrawals" path = "tests/withdrawals.rs" [[bench]] name = "fibonacci_25m_gas" path = "benches/fibonacci_25m_gas.rs" harness = false [[bench]] name = "stack_manipulation" path = "benches/stack_manipulation.rs" harness = false [dependencies.anyhow] version = "1.0.86" [dependencies.bytes] version = "1.6.0" [dependencies.env_logger] version = "0.11.3" [dependencies.ethereum-types] version = "0.14.1" [dependencies.hashbrown] version = "0.14.5" [dependencies.hex] version = "0.4.3" optional = true [dependencies.hex-literal] version = "0.4.1" [dependencies.itertools] version = "0.13.0" [dependencies.keccak-hash] version = "0.10.0" [dependencies.log] version = "0.4.21" [dependencies.mpt_trie] version = "0.4.1" [dependencies.num] version = "0.4.3" [dependencies.num-bigint] version = "0.4.5" [dependencies.once_cell] version = "1.19.0" [dependencies.pest] version = "2.7.10" [dependencies.pest_derive] version = "2.7.10" [dependencies.plonky2] version = "0.2.2" [dependencies.plonky2_maybe_rayon] version = "0.2.0" [dependencies.plonky2_util] version = "0.2.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rlp] version = "0.5.2" [dependencies.rlp-derive] version = "0.1.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.sha2] version = "0.10.8" [dependencies.starky] version = "0.4.0" [dependencies.static_assertions] version = "1.1.0" [dependencies.tiny-keccak] version = "2.0.2" [dependencies.zk_evm_proc_macro] version = "0.1.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.ripemd] version = "0.1.3" [features] asmtools = ["hex"] default = ["parallel"] parallel = [ "plonky2/parallel", "plonky2_maybe_rayon/parallel", "starky/parallel", ]