# 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 = "zkplmt" version = "0.4.5" authors = ["Transparent Engineers "] description = "Zero-knowledge Proof of Linear Member Tuple Library" license = "MIT OR Apache-2.0" [[bench]] name = "bench" harness = false [dependencies.curve25519-dalek] version = "2.0.0" features = [ "u64_backend", "alloc", "serde", ] default-features = false [dependencies.lazy_static] version = "1.4" features = ["spin_no_std"] [dependencies.rand] version = "0.7" features = ["getrandom"] default-features = false [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.sha2] version = "0.8.0" default-features = false [dependencies.thiserror] version = "1.0.26" optional = true [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.proptest] version = "0.10" [features] default = ["std"] std = [ "curve25519-dalek/std", "rand/std", "serde/std", "thiserror", ] test-helpers = []