# 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-proving-system-api" version = "0.1.2" authors = [] description = "API to interact with the proofs system in CESS" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/CESSProject/cess-proving-system-api" [dependencies.anyhow] version = "1.0.26" [dependencies.bellperson] version = "0.18" default-features = false [dependencies.bincode] version = "1.1.2" [dependencies.blstrs] version = "0.4.0" [dependencies.cess-hashers] version = "~0.1" features = ["poseidon", "sha256"] default-features = false package = "cess-hashers" [dependencies.cess-proofs-v1] version = "~0.1.2" default-features = false package = "cess-proofs" [dependencies.cess-sp-core] version = "~0.1" default-features = false [dependencies.cess-sp-porep] version = "~0.1" default-features = false [dependencies.fr32] version = "~0.1" default-features = false package = "cess-fr32" [dependencies.serde] version = "1.0.104" [features] cuda = ["cess-proofs-v1/cuda", "cess-hashers/cuda", "cess-sp-core/cuda", "cess-sp-porep/cuda", "bellperson/cuda", "fr32/cuda"] default = ["opencl"] multicore-sdr = ["cess-sp-porep/multicore-sdr"] opencl = ["cess-proofs-v1/opencl", "cess-hashers/opencl", "cess-sp-core/opencl", "cess-sp-porep/opencl", "bellperson/opencl", "fr32/opencl"]