# 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" rust-version = "1.66.0" name = "bellpepper-core" version = "0.4.0" authors = [ "porcuquine ", "dignifiedquire ", "Sean Bowe ", ] description = "Core elements for a SNARK Circuit library" homepage = "https://github.com/lurk-lab/bellpepper" documentation = "https://docs.rs/bellpepper-core" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/lurk-lab/bellpepper" [[bench]] name = "lc" harness = false [dependencies.blake2s_simd] version = "1.0.1" [dependencies.byteorder] version = "1" [dependencies.ff] version = "0.13.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.44" [dev-dependencies.blstrs] version = "0.7.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand_core] version = "0.6" [dev-dependencies.rand_xorshift] version = "0.3.0" [badges.maintenance] status = "actively-developed"