# 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] name = "wedpr_l_bulletproofs" version = "1.0.5" authors = ["Cathie Yun ", "Henry de Valence ", "Oleg Andreev "] description = "A pure-Rust implementation of Bulletproofs using Ristretto" readme = "README.md" keywords = ["cryptography", "crypto", "ristretto", "zero-knowledge", "bulletproofs"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/dalek-cryptography/bulletproofs" [[test]] name = "range_proof" [[test]] name = "r1cs" required-features = ["yoloproofs"] [[bench]] name = "range_proof" harness = false [[bench]] name = "generators" harness = false [[bench]] name = "r1cs" harness = false required-features = ["yoloproofs"] [dependencies.byteorder] version = "1" [dependencies.clear_on_drop] version = "0.2" [dependencies.curve25519-dalek] version = "1.0.3" features = ["serde"] [dependencies.digest] version = "0.8" [dependencies.failure] version = "0.1" [dependencies.merlin] version = "1.1" [dependencies.rand] version = "0.6" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.sha3] version = "0.8" [dependencies.subtle] version = "2" [dev-dependencies.bincode] version = "1" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.hex] version = "0.3" [dev-dependencies.rand_chacha] version = "0.1" [features] avx2_backend = ["curve25519-dalek/avx2_backend"]