# 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-post" version = "0.1.2" authors = [] description = "CESS Storage Proofs - Proofs of Space Time" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/CESSProject/cess-proving-system" [dependencies.anyhow] version = "1.0.23" [dependencies.bellperson] version = "0.18.0" [dependencies.blake2b_simd] version = "0.5" [dependencies.blake2s_simd] version = "0.5" [dependencies.blstrs] version = "0.4.0" [dependencies.byteorder] version = "1" [dependencies.cess-hashers] version = "^0.1.0" features = ["poseidon", "sha256"] default-features = false [dependencies.crossbeam] version = "0.8" [dependencies.ff] version = "0.11.0" [dependencies.fr32] version = "^0.1.0" default-features = false package = "cess-fr32" [dependencies.generic-array] version = "0.14.4" [dependencies.hex] version = "0.4.0" [dependencies.log] version = "0.4.7" [dependencies.merkletree] version = "0.21.0" [dependencies.neptune] version = "5.1.0" features = ["arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] [dependencies.num_cpus] version = "1.10.1" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.9.1" [dependencies.storage-proofs-core] version = "^0.1.2" default-features = false package = "cess-sp-core" [dev-dependencies.cess-hashers] version = "^0.1.0" features = ["poseidon", "sha256", "blake2s"] default-features = false [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.tempfile] version = "3" [features] cuda = ["storage-proofs-core/cuda", "cess-hashers/cuda", "fr32/cuda", "neptune/cuda"] default = ["opencl"] opencl = ["storage-proofs-core/opencl", "cess-hashers/opencl", "fr32/opencl", "neptune/opencl"]