# 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 = "reveler" version = "0.1.1" authors = [ "blueokanna", "blueokanna@gmail.com", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cryptographic commitment scheme based on lattice and parallelized matrix-vector multiplication." readme = "README.md" keywords = [ "Algorithms", "Commitments", "Crypto", ] license = "Apache-2.0" repository = "https://github.com/blueokanna/reveler" [lib] name = "reveler" path = "src/lib.rs" [[bench]] name = "bluebench" path = "benches/bluebench.rs" harness = false [dependencies.BlueHash] version = "0.1.4" [dependencies.criterion] version = "0.5.1" features = ["plotters"] [dependencies.num_cpus] version = "1.16.0" [dependencies.rand] version = "0.8.5" [dependencies.rustfft] version = "6.2.0" [dependencies.serde] version = "1.0.215" features = ["derive"]