# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zkinterface" version = "1.3.4" authors = ["Aurélien Nicolas "] build = "build.rs" description = "An implementation of zkInterface" homepage = "https://github.com/QED-it/zkinterface" documentation = "https://github.com/QED-it/zkinterface/blob/master/zkInterface.pdf" keywords = ["zero-knowledge", "zkproof", "cryptography"] license = "MIT" repository = "https://github.com/QED-it/zkinterface/tree/master/rust" [dependencies.colored] version = "2.0.0" [dependencies.flatbuffers] version = "0.5.0" [dependencies.num-bigint] version = "0.3.0" features = ["rand"] [dependencies.num-integer] version = "0.1.43" [dependencies.num-traits] version = "0.2.12" [dependencies.rand] version = "0.7.3" [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" [build-dependencies.regex] version = "1" [features] fbs = []