# 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 = "cess-proofs" version = "0.1.2" authors = [] description = "The CESS specific aspects of storage-proofs, including a C based FFI, to generate and verify proofs." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/CESSProject/cess-proving-system" [[bench]] name = "preprocessing" harness = false [[bench]] name = "aggregation" harness = false [dependencies.anyhow] version = "1.0.23" [dependencies.bellperson] version = "0.18.0" [dependencies.bincode] version = "1.1.2" [dependencies.bitvec] version = "0.17" [dependencies.blake2b_simd] version = "0.5" [dependencies.blake2s_simd] version = "0.5.8" [dependencies.blstrs] version = "0.4.0" [dependencies.byte-slice-cast] version = "1.0.0" [dependencies.byteorder] version = "1" [dependencies.cess-hashers] version = "^0.1.0" features = ["poseidon", "sha256"] default-features = false [dependencies.ff] version = "0.11.0" [dependencies.fil_logger] version = "0.1" [dependencies.fr32] version = "^0.1.0" default-features = false package = "cess-fr32" [dependencies.generic-array] version = "0.14.4" [dependencies.gperftools] version = "0.2" optional = true [dependencies.group] version = "0.11.0" [dependencies.hex] version = "0.4.0" [dependencies.itertools] version = "0.9" [dependencies.lazy_static] version = "1.2" [dependencies.log] version = "0.4.7" [dependencies.memmap] version = "0.7" [dependencies.merkletree] version = "0.21.0" [dependencies.once_cell] version = "1.8.0" [dependencies.rand] version = "0.8" [dependencies.rand_xorshift] version = "0.3.0" [dependencies.rayon] version = "1.1.0" [dependencies.serde] version = "1.0" features = ["rc", "derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9.1" [dependencies.storage-proofs-core] version = "^0.1.2" default-features = false package = "cess-sp-core" [dependencies.storage-proofs-porep] version = "^0.1.2" default-features = false package = "cess-sp-porep" [dependencies.storage-proofs-post] version = "^0.1.2" default-features = false package = "cess-sp-post" [dependencies.typenum] version = "1.11.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.failure] version = "0.1.7" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.rexpect] version = "0.4.0" [dev-dependencies.tempfile] version = "3" [features] asm = ["storage-proofs-core/asm"] cpu-profile = ["gperftools"] cuda = ["storage-proofs-core/cuda", "storage-proofs-porep/cuda", "storage-proofs-post/cuda", "bellperson/cuda", "cess-hashers/cuda", "fr32/cuda"] default = ["opencl"] heap-profile = ["gperftools/heap"] opencl = ["storage-proofs-core/opencl", "storage-proofs-porep/opencl", "storage-proofs-post/opencl", "bellperson/opencl", "cess-hashers/opencl", "fr32/opencl"] simd = ["storage-proofs-core/simd"]