# 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-brakedown-pc" version = "0.1.1" authors = ["kwantam "] description = "polynomial commitment scheme from SDIG expander code" license = "Apache-2.0" repository = "https://github.com/conroi/lcpc" [dependencies.ff] version = "0.12" [dependencies.itertools] version = "0.10" [dependencies.lcpc-2d] version = "0.1.1" [dependencies.ndarray] version = ">=0.11.0,<0.15" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.rayon] version = "1.5" [dependencies.sprs] version = "0.10" [dependencies.typenum] version = "1.13" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.blake3] version = "1.0" features = ["traits-preview"] [dev-dependencies.lcpc-test-fields] version = "0.1.1" [dev-dependencies.merlin] version = "2.0" [dev-dependencies.paste] version = "1.0" [features] bench = []