# 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" rust-version = "1.73.0" name = "zkevm-hashes" version = "0.2.1" authors = [ "Privacy Scaling Explorations Team", "Taiko Labs", "Intrinsic Technologies", ] description = "Library of ZK gadgets for hash functions in halo2. This is Axiom's modification of the circuits in the zkEVM project." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/axiom-crypto/halo2-lib" [dependencies.array-init] version = "2.0.0" [dependencies.ethers-core] version = "2.0.8" [dependencies.getset] version = "0.1.2" [dependencies.halo2-base] version = "=0.4.1" features = ["test-utils"] default-features = false [dependencies.itertools] version = "0.11" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha3] version = "0.10.8" [dependencies.snark-verifier-sdk] version = "=0.1.7" default-features = false [dependencies.type-map] version = "0.5.0" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.ethers-signers] version = "2.0.8" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.itertools] version = "0.11" [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.rand_core] version = "0.6.4" [dev-dependencies.rand_xorshift] version = "0.3" [dev-dependencies.sha2] version = "0.10.7" [dev-dependencies.test-case] version = "3.1.0" [features] asm = ["halo2-base/asm"] default = [ "halo2-axiom", "display", ] display = ["snark-verifier-sdk/display"] halo2-axiom = [ "halo2-base/halo2-axiom", "snark-verifier-sdk/halo2-axiom", ] jemallocator = ["halo2-base/jemallocator"] mimalloc = ["halo2-base/mimalloc"]