# 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 = "lcpc-2d" version = "0.1.1" authors = ["kwantam "] description = "polynomial commitment scheme from linear codes" license = "Apache-2.0" repository = "https://github.com/conroi/lcpc" [dependencies.digest] version = "0.9" [dependencies.err-derive] version = "0.2" [dependencies.ff] version = "0.12" [dependencies.merlin] version = "2.0" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.blake3] version = "1" features = ["traits-preview"] [dev-dependencies.fffft] version = "0.4" [dev-dependencies.itertools] version = "0.10"