# 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 = "rust-fil-nse-gpu" version = "0.2.2" authors = ["Keyvan Kambakhsh ", "porcuquine "] description = "Rust interface to GPU implementation of Filecoin's Narrow Stacked Expander (NSE) sealing algorithm" homepage = "https://github.com/filecoin-project/rust-fil-nse-gpu" license = "MIT/Apache-2.0" repository = "https://github.com/filecoin-project/rust-fil-nse-gpu" [dependencies.env_logger] version = "0.7.1" [dependencies.ff] version = "0.2.0" package = "fff" [dependencies.ff-cl-gen] version = "0.1.2" [dependencies.generic-array] version = "0.13.2" [dependencies.itertools] version = "0.8.0" [dependencies.log] version = "0.4.8" [dependencies.neptune] version = "1.2.0" features = ["gpu"] [dependencies.ocl] version = "0.19.4" package = "fil-ocl" [dependencies.paired] version = "0.20.0" [dependencies.rand] version = "0.7" [dependencies.structopt] version = "0.3" default-features = false [dependencies.thiserror] version = "1.0.10"