# 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 = "ark-zkey" version = "0.1.1" exclude = [ "target/*", "test-vectors/*", ] description = "Library to read zkey faster by serializing to arkworks friendly format." homepage = "https://zkmopro.org/" documentation = "https://zkmopro.org/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/zkmopro/ark-zkey" [[bin]] name = "arkzkey-util" path = "src/bin/arkzkey_util.rs" [dependencies.ark-bn254] version = "=0.4.0" [dependencies.ark-circom] version = "0.1.0" [dependencies.ark-ec] version = "=0.4.1" [dependencies.ark-ff] version = "=0.4.1" [dependencies.ark-groth16] version = "=0.4.0" [dependencies.ark-relations] version = "=0.4.0" [dependencies.ark-serialize] version = "=0.4.1" features = ["derive"] [dependencies.color-eyre] version = "0.6" [dependencies.flame] version = "0.2" [dependencies.flamer] version = "0.5" [dependencies.memmap2] version = "0.9"