# 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 = "2018" name = "zki_sieve" version = "4.0.1" authors = ["Aurélien Nicolas ", "Michael Adjedj ", "Constance Beguier "] build = "build.rs" description = "An implementation of SIEVE IR" homepage = "https://github.com/QED-it/zkinterface-ir" readme = "../README.md" keywords = ["zero-knowledge", "zkproof", "cryptography"] license = "MIT" repository = "https://github.com/QED-it/zkinterface-ir/tree/master/rust" [dependencies.colored] version = "2.0.0" [dependencies.flatbuffers] version = "0.6.1" [dependencies.itertools] version = "0.10.3" [dependencies.num-bigint] version = "0.3.0" [dependencies.num-bigint-dig] version = "0.8.1" features = ["prime"] [dependencies.num-traits] version = "0.2.12" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.111" features = ["derive"] [dependencies.serde_json] version = "1.0.53" [dependencies.serde_yaml] version = "0.8.13" [dependencies.structopt] version = "0.3.17" [dependencies.zkinterface] version = "1.3.2" [build-dependencies.regex] version = "1" [features] fbs = []