# 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-sp-porep" version = "0.1.2" authors = [] description = "CESS Storage Proofs - Proofs of replication" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/CESSProject/cess-proving-system" [[bench]] name = "encode" harness = false [[bench]] name = "parents" harness = false [dependencies.anyhow] version = "1.0.23" [dependencies.bellperson] version = "0.18.0" [dependencies.bincode] version = "1.1.2" [dependencies.blstrs] version = "0.4.0" [dependencies.byte-slice-cast] version = "1.0.0" [dependencies.byteorder] version = "1.3.4" [dependencies.cess-hashers] version = "^0.1.0" features = ["poseidon", "sha256"] default-features = false [dependencies.crossbeam] version = "0.8" [dependencies.digest] version = "0.9" [dependencies.fdlimit] version = "0.2.0" [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.hex] version = "0.4.2" [dependencies.hwloc] version = "0.3.0" optional = true [dependencies.lazy_static] version = "1.2" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.7" [dependencies.mapr] version = "0.8.0" [dependencies.merkletree] version = "0.21.0" [dependencies.neptune] version = "5.1.0" features = ["arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] [dependencies.num-bigint] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.num_cpus] version = "1.10.1" [dependencies.pairing] version = "0.21" [dependencies.pretty_assertions] version = "0.6.1" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2raw] version = "^0.1.0" package = "cess-sha2raw" [dependencies.storage-proofs-core] version = "^0.1.2" default-features = false package = "cess-sp-core" [dependencies.yastl] version = "0.1.2" [dev-dependencies.cess-hashers] version = "^0.1.0" features = ["poseidon", "sha256", "blake2s"] default-features = false [dev-dependencies.criterion] version = "0.3.2" [dev-dependencies.glob] version = "0.3.0" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.tempfile] version = "3" [features] cuda = ["storage-proofs-core/cuda", "cess-hashers/cuda", "neptune/cuda", "bellperson/cuda", "fr32/cuda"] default = ["opencl", "multicore-sdr"] isolated-testing = [] multicore-sdr = ["hwloc"] opencl = ["storage-proofs-core/opencl", "cess-hashers/opencl", "neptune/opencl", "bellperson/opencl", "fr32/opencl"] [target."cfg(not(target_arch = \"aarch64\"))".dependencies.sha2] version = "0.9.3" features = ["compress"] [target."cfg(target_arch = \"aarch64\")".dependencies.sha2] version = "0.9.3" features = ["compress", "asm"]