# 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] edition = "2018" name = "pht-crypto" version = "0.1.0-alpha" authors = ["Robin Hundt "] description = "Threshold homomorphic encryption, currently threshold paillier" keywords = ["paillier", "threshold-paillier", "homomorphic"] categories = ["cryptography"] license = "LGPL-3.0+" repository = "https://github.com/robinhundt/threshold-crypto" resolver = "2" [profile.dev.package.glass_pumpkin] opt-level = 3 [dependencies.anyhow] version = "1.0.43" [dependencies.glass_pumpkin] version = "1.1.0" [dependencies.rand] version = "0.8.4" [dependencies.rug] version = "1.13.0" features = ["integer", "rand", "serde"] default-features = false [dependencies.serde] version = "1.0.129" features = ["derive"]