filecoin-proofs-api 16.0.0

API to interact with the proofs system in Filecoin
[dependencies.anyhow]
version = "1.0.26"

[dependencies.bellperson]
default-features = false
version = "0.26"

[dependencies.bincode]
version = "1.1.2"

[dependencies.blstrs]
version = "0.7"

[dependencies.filecoin-hashers]
default-features = false
features = ["poseidon", "sha256"]
version = "~11.0.0"

[dependencies.filecoin-proofs-v1]
default-features = false
package = "filecoin-proofs"
version = "~16.0.0"

[dependencies.fr32]
default-features = false
version = "~9.0.0"

[dependencies.lazy_static]
version = "1.2"

[dependencies.serde]
version = "1.0.104"

[dependencies.storage-proofs-core]
default-features = false
version = "~16.0.0"

[features]
big-tests = []
cuda = ["filecoin-proofs-v1/cuda", "filecoin-hashers/cuda", "storage-proofs-core/cuda", "bellperson/cuda"]
cuda-supraseal = ["filecoin-proofs-v1/cuda-supraseal", "filecoin-hashers/cuda", "storage-proofs-core/cuda-supraseal", "bellperson/cuda-supraseal"]
default = ["opencl", "cuda"]
multicore-sdr = ["filecoin-proofs-v1/multicore-sdr"]
opencl = ["filecoin-proofs-v1/opencl", "filecoin-hashers/opencl", "storage-proofs-core/opencl", "bellperson/opencl"]

[package]
authors = ["dignifiedquire <me@dignifiedquire.com>"]
description = "API to interact with the proofs system in Filecoin"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "filecoin-proofs-api"
readme = "README.md"
repository = "https://github.com/filecoin-project/rust-filecoin-proofs-api"
version = "16.0.0"