# 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-fr32" version = "0.1.0" authors = ["dignifiedquire "] description = "Filecoin proofs Fr/32-byte conversion tooling" license = "MIT OR Apache-2.0" repository = "https://github.com/CESSProject/cess-proving-system" [[bench]] name = "fr" harness = false [dependencies.anyhow] version = "1.0.23" [dependencies.bellperson] version = "0.18.0" [dependencies.blstrs] version = "0.4.0" [dependencies.byte-slice-cast] version = "1.0.0" [dependencies.byteorder] version = "1" [dependencies.ff] version = "0.11.0" [dependencies.thiserror] version = "1.0.6" [dev-dependencies.bitvec] version = "0.17" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.itertools] version = "0.9" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xorshift] version = "0.3" [features] cuda = ["bellperson/cuda"] default = [] opencl = ["bellperson/opencl"]