# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "storage-proofs-post" version = "18.1.0" authors = ["dignifiedquire "] description = "Proofs of Space Time" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/filecoin-project/rust-fil-proofs" [dependencies.anyhow] version = "1.0.23" [dependencies.bellperson] version = "0.26.0" [dependencies.blstrs] version = "0.7.0" [dependencies.byteorder] version = "1" [dependencies.ff] version = "0.13.0" [dependencies.filecoin-hashers] version = "~13.1.0" features = [ "poseidon", "sha256", ] default-features = false [dependencies.generic-array] version = "0.14.4" [dependencies.log] version = "0.4.7" [dependencies.rayon] version = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10.2" [dependencies.storage-proofs-core] version = "~18.1.0" default-features = false [dev-dependencies.pretty_assertions] version = "1.2.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.tempfile] version = "3" [features] cuda = [ "storage-proofs-core/cuda", "filecoin-hashers/cuda", ] default = ["opencl"] fixed-rows-to-discard = ["storage-proofs-core/fixed-rows-to-discard"] opencl = [ "storage-proofs-core/opencl", "filecoin-hashers/opencl", ]