# 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 = "bp-pp" version = "0.1.1" authors = ["Oleg Fomenko "] description = "Rust library for Bulletproofs++ - range-proof protocol in discret loggarithm setting" readme = "README.md" keywords = [ "crypto", "bulletproofs", "rangeproofs", "zeroknowledge", "zkp", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/distributed-lab/bp-pp" [[bench]] name = "range_proof" harness = false [dependencies.criterion] version = "0.5.1" [dependencies.k256] version = "0.13.3" features = ["serde"] [dependencies.merlin] version = "3.0.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114"