# 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 = "jubjub-elgamal" version = "0.1.0" exclude = [ ".github/workflows/dusk-ci.yml", ".gitignore", ] description = "ElGamal encryption scheme implemented on the JubJub curve with support for zero-knowledge circuits" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/dusk-network/jubjub-elgamal" [dependencies.dusk-jubjub] version = "0.14" features = ["zeroize"] default-features = false [dependencies.dusk-plonk] version = "0.20" features = ["alloc"] optional = true default-features = false [dev-dependencies.ff] version = "0.13" default-features = false [dev-dependencies.rand] version = "0.8" features = ["std_rng"] default-features = false [features] zk = ["dusk-plonk"]