# 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 = "2018" name = "kzen-paillier" version = "0.4.3" description = "Efficient pure-Rust library for the Paillier partially homomorphic encryption scheme" readme = "README.md" keywords = [ "paillier", "homomorphic", "encryption", "zero-knowledge", "cryptoagorithms", ] categories = [ "cryptography", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ZenGo-X/rust-paillier" [[example]] name = "basic" [[example]] name = "core" [[example]] name = "packed" [[example]] name = "simple-voting" [[bench]] name = "arith" harness = false [[bench]] name = "encryption" harness = false [[bench]] name = "keygen" harness = false [[bench]] name = "proof" harness = false [dependencies.curv-kzen] version = "0.10.0" default-features = false [dependencies.rayon] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.bencher] version = "0.1" [dev-dependencies.rand] version = "0.6" [dev-dependencies.serde_json] version = "1.0" [features] default = ["curv-kzen/rust-gmp-kzen"]