# 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 = "hashwires" version = "0.1.0" authors = ["Konstantinos Chalkias ", "Kevin Lewi ", "Yolan Romailler "] description = "HashWires is a range proof system for credentials issued by a trusted third party." readme = "README.md" keywords = ["cryptography", "privacy", "range-proofs", "sparse-tree", "hash-chains"] license = "MIT" repository = "https://github.com/novifinancial/hashwires" [lib] bench = false [[bench]] name = "hw_bench" harness = false [[bench]] name = "bp_bench" harness = false [dependencies.digest] version = "0.9.0" [dependencies.displaydoc] version = "0.2.1" [dependencies.generic-array] version = "0.14.4" [dependencies.hex] version = "0.4.3" [dependencies.num-bigint] version = "0.4.0" [dependencies.num-traits] version = "0.2.14" [dependencies.rand] version = "0.8.3" [dependencies.rand_chacha] version = "0.3.0" [dependencies.rand_core] version = "0.6.2" [dependencies.sha2] version = "0.9.5" [dependencies.sha3] version = "0.9.1" [dependencies.smtree] version = "0.1.1" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.blake3] version = "0.3.7" features = ["rayon"] [dev-dependencies.bulletproofs] version = "4.0.0" [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.curve25519-dalek-ng] version = "4.0.1" [dev-dependencies.merlin] version = "3.0.0"