# 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 = "zkp" version = "0.8.0" authors = ["Henry de Valence "] exclude = [".gitignore"] description = "A toolkit for auto-generated implementations of Schnorr proofs" documentation = "https://docs.rs/zkp" readme = "README.md" keywords = ["cryptography", "ristretto", "zero-knowledge", "NIZK", "compiler"] categories = ["cryptography"] license = "CC0-1.0" repository = "https://github.com/zkcrypto/zkp" [package.metadata.docs.rs] features = ["nightly"] [dependencies.curve25519-dalek] version = "3" features = ["serde", "std"] default-features = false package = "curve25519-dalek-ng" [dependencies.merlin] version = "2" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.bincode] version = "1" [dev-dependencies.sha2] version = "0.9" [features] bench = [] debug-transcript = ["merlin/debug-transcript"] default = ["u64_backend"] nightly = ["curve25519-dalek/nightly"] simd_backend = ["curve25519-dalek/simd_backend"] u32_backend = ["curve25519-dalek/u32_backend"] u64_backend = ["curve25519-dalek/u64_backend"]