# 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 = "noah-bulletproofs" version = "4.1.0" 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" default-features = false [dependencies.clear_on_drop] version = "0.2" features = ["no_cc"] [dependencies.curve25519-dalek] version = "4.0.0" features = [ "serde", "alloc", "u64_backend", ] default-features = false package = "noah-curve25519-dalek" [dependencies.digest] version = "0.10" default-features = false [dependencies.merlin] version = "3" default-features = false [dependencies.rand] version = "0.8" optional = true [dependencies.rand_core] version = "0.6" features = ["alloc"] default-features = false [dependencies.serde] version = "1" features = ["alloc"] default-features = false [dependencies.serde_derive] version = "1" default-features = false [dependencies.sha3] version = "0.10" default-features = false [dependencies.subtle] version = "2" default-features = false [dev-dependencies.bincode] version = "1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex] version = "0.3" [dev-dependencies.rand_chacha] version = "0.3" [features] avx2_backend = ["curve25519-dalek/avx2_backend"] default = [ "std", "yoloproofs", ] std = [ "rand", "rand/std", ] yoloproofs = []