# 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 = "webb-bulletproofs" version = "2.0.3" authors = ["Cathie Yun ", "Henry de Valence ", "Oleg Andreev ", "Drew Stone ", "Filip Lazovic ", "Shady Khalifa "] 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/webb-tools/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 = ["nightly"] default-features = false [dependencies.curve25519-dalek] version = "3.0.0" features = ["u64_backend", "nightly", "alloc"] default-features = false [dependencies.digest] version = "0.9.0" features = ["alloc"] default-features = false [dependencies.merlin] version = "2" default-features = false [dependencies.rand] version = "0.7" optional = true default-features = false [dependencies.rand_core] version = "0.5" features = ["alloc"] default-features = false [dependencies.serde] version = "1" features = ["alloc"] optional = true default-features = false [dependencies.serde_derive] version = "1" optional = true default-features = false [dependencies.sha3] version = "0.9.1" default-features = false [dependencies.sp-std] version = "2.0.0" optional = true default-features = false [dependencies.subtle] version = "2" default-features = false [dependencies.thiserror] version = "1" optional = true [dev-dependencies.bincode] version = "1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex] version = "0.3" [dev-dependencies.rand_chacha] version = "0.2" [features] avx2_backend = ["curve25519-dalek/avx2_backend"] default = ["std"] std = ["serde", "serde_derive", "rand", "rand/std", "thiserror", "curve25519-dalek/serde"] yoloproofs = ["sp-std"]