# 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-core" version = "0.1.2" authors = [] description = "CESS Storage Proofs - Core parts for proofs of storage" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/CESSProject/cess-proving-system" [lib] bench = false [[bench]] name = "sha256" harness = false [[bench]] name = "blake2s" harness = false [[bench]] name = "drgraph" harness = false [[bench]] name = "xor" harness = false [[bench]] name = "merkle" harness = false [[bench]] name = "misc" harness = false [dependencies.aes] version = "0.6" [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.block-modes] version = "0.7" [dependencies.blstrs] version = "0.4.0" [dependencies.byteorder] version = "1" [dependencies.cess-hashers] version = "^0.1.0" features = ["sha256", "poseidon"] default-features = false [dependencies.config] version = "0.10.1" features = ["toml"] default-features = false [dependencies.cpu-time] version = "1.0" optional = true [dependencies.ff] version = "0.11.0" [dependencies.fr32] version = "^0.1.0" package = "cess-fr32" [dependencies.fs2] version = "0.4" [dependencies.generic-array] version = "0.14.4" [dependencies.gperftools] version = "0.2" optional = true [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.neptune] version = "5.1.0" features = ["arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] [dependencies.num_cpus] version = "1.10.1" [dependencies.pairing] version = "0.21" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.rayon] version = "1.0.0" [dependencies.semver] version = "0.11.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9.1" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0.6" [dependencies.toml] version = "0.5" [dev-dependencies.bitvec] version = "0.17" [dev-dependencies.cess-hashers] version = "^0.1.0" features = ["blake2s", "sha256", "poseidon"] default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.proptest] version = "0.10" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.sha2raw] version = "^0.1.0" package = "cess-sha2raw" [features] asm = ["sha2/sha2-asm"] big-sector-sizes-bench = [] cuda = ["bellperson/cuda", "neptune/cuda", "cess-hashers/cuda", "fr32/cuda"] default = ["opencl"] measurements = ["cpu-time", "gperftools"] opencl = ["bellperson/opencl", "neptune/opencl", "cess-hashers/opencl", "fr32/opencl"] profile = ["measurements"] simd = []