# 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 = "eczkp" version = "0.1.1" description = "A library for Zero Knowledge Proof protocols using elliptic curves" readme = "README.md" keywords = [ "eczkp", "zero-knowledge", "proof", "elliptic", "curve", ] categories = ["cryptography"] license = "GPL-3.0-or-later" repository = "https://github.com/lucasmdjl/eczkp" [dependencies.elliptic-curve] version = "0.13.8" features = [ "arithmetic", "sec1", ] default-features = false [dependencies.rand_core] version = "0.6.4" default-features = false [dependencies.zeroize] version = "1.8.1" default-features = false [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.p256] version = "0.13.2" [dev-dependencies.rand] version = "0.8.5"