# 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 = "mpvss-rs" version = "0.2.7" authors = ["MathxH Chen "] description = "A Simple Publicly Verifiable Secret Sharing Library" readme = "README.md" keywords = [ "pvss-scheme", "secret-sharing", "threshold-crypto", "zero-knowledge-proof", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AlexiaChen/mpvss-rs" [dependencies.num-bigint] version = "0.2.6" features = ["rand"] [dependencies.num-integer] version = "0.1.44" [dependencies.num-primes] version = "0.1.2" [dependencies.num-traits] version = "0.2.14" [dependencies.rand] version = "0.5.6" [dependencies.rayon] version = "1.5.0" [dependencies.sha2] version = "0.9.2"