# 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 = "2021" name = "zero-elgamal" version = "0.1.11" authors = [ "ashWhiteHat", "KiriosK", ] description = "lifted elgamal encryption implementation" homepage = "https://github.com/KogarashiNetwork/Kogarashi" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/KogarashiNetwork/elgamal" [dependencies.num-traits] version = "0.2.15" default-features = false [dependencies.parity-scale-codec] version = "2.1.0" features = ["derive"] default-features = false [dependencies.serde] version = "1.0.102" features = ["derive"] default-features = false [dependencies.zero-crypto] version = "0.1.11" default-features = false [dependencies.zero-jubjub] version = "0.1.11" default-features = false [dependencies.zero-pairing] version = "0.1.11" default-features = false [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_core] version = "0.6.4" default-features = false