# 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 = "lattice-commitments" version = "0.0.1" authors = ["Chance Hudson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Structured lattice commitments from Baum16." homepage = "https://github.com/chancehudson/lattice-commitments" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/chancehudson/lattice-commitments.git" [lib] name = "lattice_commitments" path = "src/lib.rs" [[bin]] name = "lattice-commitments" path = "src/main.rs" [dependencies.discrete-gaussian] version = "0.0.4" optional = true [dependencies.rand] version = "0.8.5" [dependencies.ring-math] version = "0.3.0" [dependencies.scalarff] version = "0.7.0" features = [ "oxfoi", "random", ] [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [features] default = [] serde = [ "dep:serde", "scalarff/serde", "ring-math/serde", ] zk = ["discrete-gaussian"]