# 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 = "proof_gen" version = "0.4.0" authors = ["Polygon Zero "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generates block proofs from zero proof IR." homepage = "https://github.com/0xPolygonZero/zk_evm" readme = "README.md" keywords = [ "cryptography", "STARK", "plonky2", "ethereum", "zk", ] license = "MIT OR Apache-2.0" repository = "https://github.com/0xPolygonZero/zk_evm" [lib] name = "proof_gen" path = "src/lib.rs" [dependencies.evm_arithmetization] version = "0.4.0" [dependencies.log] version = "0.4.21" [dependencies.paste] version = "1.0.15" [dependencies.plonky2] version = "0.2.2" [dependencies.serde] version = "1.0.203"