# 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 = "dleq-serai" version = "0.1.0" authors = ["Luke Parker "] description = "Implementation of single and cross-curve Discrete Log Equality proofs" readme = "README.md" license = "MIT" [dependencies.digest] version = "0.10" [dependencies.ff] version = "0.12" [dependencies.group] version = "0.12" [dependencies.multiexp] version = "0.2" features = ["batch"] optional = true [dependencies.rand_core] version = "0.6" [dependencies.thiserror] version = "1" [dependencies.transcript] version = "0.1" package = "flexible-transcript" [dev-dependencies.blake2] version = "0.10" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.k256] version = "0.11" features = [ "arithmetic", "bits", ] [features] default = ["secure_capacity_difference"] experimental = ["multiexp"] secure_capacity_difference = [] serialize = []