# 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] name = "bulletproof-kzen" version = "1.2.1" authors = [ "Omer Shlomovits ", "Suyash Bagad ", ] description = "Implementation of Bulletproofs and Bulletproofs+ aggregated range proofs with multi-exponent verification" readme = "README.md" keywords = [ "cryptography", "crypto", "zero-knowledge", "bulletproofs", ] categories = [ "cryptography", "algorithms", ] license = "GPL-3.0" repository = "https://github.com/ZenGo-X/bulletproofs" [lib] name = "bulletproof" crate-type = ["lib"] [[bench]] name = "range_proof" path = "benches/range_proof.rs" harness = false [dependencies.curv-kzen] version = "0.10" default-features = false [dependencies.generic-array] version = "0.14" [dependencies.itertools] version = "0.7.8" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.sha2] version = "0.9" [dev-dependencies.criterion] version = "0.2" [features] default = ["curv-kzen/rust-gmp-kzen"]