# 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.5.1" 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"] [[bin]] name = "lsp-server" path = "src/bin/lsp-server.rs" [[test]] name = "add11_yml" path = "tests/add11_yml.rs" [[test]] name = "empty_tables" path = "tests/empty_tables.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.alloy] version = "0.3.0" features = [ "consensus", "reqwest", "json-rpc", "rlp", "rpc", "rpc-client", "rpc-types-eth", "rpc-types-trace", "providers", "transports", "transport-http", "rpc-types-debug", ] default-features = false [dependencies.alloy-compat] version = "0.1.0" [dependencies.anyhow] version = "1.0.86" [dependencies.bitvec] version = "1.0.1" [dependencies.bytes] version = "1.6.0" [dependencies.copyvec] version = "0.2.0" [dependencies.either] version = "1.12.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.line-index] version = "0.1.1" [dependencies.log] version = "0.4.21" [dependencies.mpt_trie] version = "0.5.0" [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 = "1.0.0" features = ["parallel"] [dependencies.plonky2_maybe_rayon] version = "1.0.0" features = ["parallel"] [dependencies.plonky2_util] version = "1.0.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-big-array] version = "0.5.1" [dependencies.serde_json] version = "1.0.118" [dependencies.sha2] version = "0.10.8" [dependencies.smt_trie] version = "0.2.0" [dependencies.starky] version = "1.0.0" features = ["parallel"] [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tiny-keccak] version = "2.0.2" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tower-lsp] version = "0.20.0" [dependencies.tracing] version = "0.1" [dependencies.u4] version = "0.1.0" [dependencies.url] version = "2.5.2" [dependencies.zk_evm_common] version = "0.1.0" [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"] cdk_erigon = [] default = ["eth_mainnet"] eth_mainnet = [] polygon_pos = [] [lints.clippy] too_long_first_doc_paragraph = "allow"