# 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] name = "paillier" version = "0.2.0" authors = ["Mario Cornejo ", "Morten Dahl ", "Mathieu Poumeyrol "] description = "A pure-Rust implementation of the Paillier encryption scheme" homepage = "https://github.com/mortendahl/rust-paillier" documentation = "https://docs.rs/paillier" keywords = ["paillier", "cryptography", "homomorphic-encrypt", "secure-computation", "zero-knowledge"] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/mortendahl/rust-paillier" [[bench]] name = "arith" harness = false [[bench]] name = "encryption" harness = false [[bench]] name = "keygen" harness = false [[bench]] name = "proof" harness = false [dependencies.bit-vec] version = "0.5" [dependencies.framp] version = "0.3" optional = true [dependencies.num-traits] version = "0.1" [dependencies.ramp] version = "0.5" optional = true [dependencies.rand] version = "0.5" [dependencies.rayon] version = "1.0" [dependencies.ring] version = "0.13" optional = true [dependencies.rust-gmp] version = "0.5" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.bencher] version = "0.1" [dev-dependencies.serde_json] version = "1.0" [features] default = ["usegmp", "keygen", "proofs"] gmp_nonsec = [] keygen = [] proofs = ["ring"] useframp = ["framp"] usegmp = ["rust-gmp"] useramp = ["ramp"] [badges.travis-ci] repository = "mortendahl/rust-paillier"