# 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 = "elgamal-curve25519" version = "0.2.0" authors = ["chritchens "] description = "A library for ElGamal homomorphic encryption" homepage = "https://github.com/chritchens/elgamal-curve25519" readme = "README.md" categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/chritchens/elgamal-curve25519" [dependencies.curve25519-dalek] version = "~1.1" [dependencies.digest] version = "~0.8" [dependencies.rand_core] version = "~0.3" [dependencies.rand_os] version = "~0.1" [dependencies.sha2] version = "~0.8" [dependencies.subtle] version = "~2.1" [dependencies.typenum] version = "~1.10" [badges.coveralls] branch = "master" repository = "chritchens/elgamal-curve25519" service = "github" [badges.travis-ci] branch = "master" repository = "chritchens/elgamal-curve25519"