# 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 = "paillier-rs" version = "0.2.3" authors = ["MathxH Chen "] description = "Paillier Cryptosystem Implementation" readme = "README.md" keywords = [ "paillier-crypto", "homomorphic-encrypt", "asymmetric-algorithm", "public-key-crypto", ] license = "MIT" repository = "https://github.com/AlexiaChen/paillier-rs" [dependencies.num-bigint] version = "0.2.6" features = ["rand"] [dependencies.num-bigint-dig] version = "0.8.2" [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"