# 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 = "2018" name = "lox-zkp" version = "0.8.1" authors = ["Henry de Valence "] exclude = [".gitignore"] description = "A toolkit for auto-generated implementations of Schnorr proofs" documentation = "https://docs.rs/lox-zkp" readme = "README.md" keywords = [ "cryptography", "ristretto", "zero-knowledge", "NIZK", "lox", ] categories = ["cryptography"] license = "CC0-1.0" repository = "https://gitlab.torproject.org/onyinyang/lox-zkp" [package.metadata.docs.rs] features = ["nightly"] [dependencies.curve25519-dalek] version = "4" features = [ "serde", "rand_core", "alloc", "digest", "precomputed-tables", ] default-features = false [dependencies.merlin] version = "3" [dependencies.rand] version = "0.8" features = ["std"] [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.thiserror] version = "2" [dev-dependencies.bincode] version = "1" [dev-dependencies.sha2] version = "0.10" [features] bench = [] debug-transcript = ["merlin/debug-transcript"]