# 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 = "sinkhole-elgamal" version = "0.0.1" authors = ["Dean Eigenmann ", "Gonçalo Pestana "] description = "Rust implementation of sinkhole PIR using the ElGamal cryptosystem\n" keywords = ["PIR", "privacy", "cryptography"] license = "MIT" repository = "https://github.com/hashmatter/sinkhole-rs" [lib] name = "sinkhole_elgamal" path = "src/lib.rs" [dependencies.bincode] version = "1.2.1" [dependencies.curve25519-dalek] version = "2.0.0" [dependencies.elgamal_ristretto] version = "0.2.3" [dependencies.rand_core] version = "0.5.1" [dependencies.sinkhole-core] version = "0.0.1" [badges.travis-ci] repository = "hashmatter/sinkhole-rs"