# 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 = "filecoin-phase2" version = "1.0.1" authors = ["dignifiedquire "] description = "Phase2 for Filecoin circuits" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/filecoin-project/rust-fil-proofs" [dependencies.bellperson] version = "0.12.3" default-features = false [dependencies.blake2b_simd] version = "0.5.11" [dependencies.byteorder] version = "1.3.4" [dependencies.clap] version = "2.33.3" [dependencies.crossbeam] version = "0.8.0" [dependencies.dialoguer] version = "0.7.1" [dependencies.fff] version = "0.2.3" [dependencies.filecoin-hashers] version = "1.0.0" features = ["sha256"] default-features = false [dependencies.filecoin-proofs] version = "^6.0.0" default-features = false [dependencies.groupy] version = "0.3.1" [dependencies.hex] version = "0.4.2" [dependencies.log] version = "0.4.11" [dependencies.num_cpus] version = "1.13.0" [dependencies.rand] version = "0.7.3" [dependencies.rand_chacha] version = "0.2.2" [dependencies.rayon] version = "1.5.0" [dependencies.simplelog] version = "0.8.0" [dependencies.storage-proofs] version = "^6.0.0" default-features = false [features] blst = ["bellperson/blst", "filecoin-proofs/blst", "storage-proofs/blst", "filecoin-hashers/blst"] default = ["pairing", "gpu"] gpu = ["bellperson/gpu", "filecoin-proofs/gpu", "storage-proofs/gpu", "filecoin-hashers/gpu"] pairing = ["bellperson/pairing", "filecoin-proofs/pairing", "storage-proofs/pairing", "filecoin-hashers/pairing"]