# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rust-gpu-tools" version = "0.6.2" authors = [ "Keyvan Kambakhsh ", "porcuquine ", ] description = "Rust OpenCL tools" homepage = "https://github.com/filecoin-project/rust-gpu-tools" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/filecoin-project/rust-gpu-tools" [dependencies.dirs] version = "4.0.0" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.2" [dependencies.log] version = "0.4.11" [dependencies.once_cell] version = "1.8.0" [dependencies.opencl3] version = "0.6" features = ["CL_VERSION_1_2"] optional = true default-features = false [dependencies.rustacuda] version = "0.1.3" optional = true package = "fil-rustacuda" [dependencies.sha2] version = "0.10" [dependencies.temp-env] version = "0.2.0" [dependencies.thiserror] version = "1.0.10" [features] cuda = ["rustacuda"] default = [ "opencl", "cuda", ] opencl = ["opencl3"]