# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ysbell" version = "0.1.2" authors = ["yisan yu <1094363591@qq.com>"] description = "zk-SNARK library" homepage = "https://github.com/zkcrypto/bellman" documentation = "https://docs.rs/bellman" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/zkcrypto/bellman" [[test]] name = "mimc" path = "tests/mimc.rs" required-features = ["groth16"] [[bench]] name = "lc" harness = false [dependencies.ahash] version = "0.3.4" [dependencies.bit-vec] version = "0.6" [dependencies.blake2s_simd] version = "0.5" [dependencies.blstrs] version = "0.2.0" optional = true [dependencies.byteorder] version = "1" [dependencies.crossbeam] version = "0.7" optional = true [dependencies.ff] version = "0.2.0" package = "fff" [dependencies.ff-cl-gen] version = "0.1.1" optional = true [dependencies.fs2] version = "0.4.3" optional = true [dependencies.futures] version = "0.1" [dependencies.futures-cpupool] version = "0.1" optional = true [dependencies.groupy] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.memmap] version = "0.7.0" [dependencies.num_cpus] version = "1" optional = true [dependencies.ocl] version = "0.19.4" optional = true package = "fil-ocl" [dependencies.paired] version = "0.20.0" optional = true [dependencies.rand] version = "0.7" [dependencies.rand_core] version = "0.5" [dependencies.rayon] version = "1.3.0" [dependencies.thiserror] version = "1.0.10" [dev-dependencies.criterion] version = "0.3.2" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.hex-literal] version = "0.2" [dev-dependencies.rand_xorshift] version = "0.2" [dev-dependencies.sha2] version = "0.8" [features] blst = ["blstrs"] default = ["groth16", "multicore"] gpu = ["ocl", "ff-cl-gen", "fs2"] groth16 = ["paired"] multicore = ["futures-cpupool", "crossbeam", "num_cpus"] [badges.maintenance] status = "actively-developed"