# 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 = "fil-ocl" version = "0.19.6" authors = ["Nick Sanders "] exclude = ["target/*", "*.png", "bak/*"] description = "OpenCL bindings and interfaces for Rust." homepage = "https://github.com/filecoin-project/fil-ocl" documentation = "https://docs.rs/fil-ocl" readme = "README.md" keywords = ["opencl", "gpu", "gpgpu", "async"] categories = ["asynchronous", "concurrency", "science", "api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/filecoin-project/fil-ocl" [dependencies.failure] version = "0.1" [dependencies.fil-ocl-core] version = "~0.11.4" [dependencies.futures] version = "0.1" [dependencies.nodrop] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.qutex] version = "0.2" [dev-dependencies.chrono] version = "0.2" [dev-dependencies.colorify] version = "~0.2.3" [dev-dependencies.find_folder] version = "0.3" [dev-dependencies.futures-cpupool] version = "0.1" [dev-dependencies.lazy_static] version = "0.2" [dev-dependencies.rand] version = "0.4" [dev-dependencies.time] version = "0.1" [features] async_block = [] default = ["opencl_version_1_1", "opencl_version_1_2"] event_debug_print = [] examples_windows_color = ["colorify/enable_windows"] future_guard_drop_panic = [] kernel_debug_print = [] kernel_debug_sleep = [] opencl_vendor_mesa = ["fil-ocl-core/opencl_vendor_mesa"] opencl_version_1_1 = ["fil-ocl-core/opencl_version_1_1"] opencl_version_1_2 = ["fil-ocl-core/opencl_version_1_2"] opencl_version_2_0 = ["fil-ocl-core/opencl_version_2_0"] opencl_version_2_1 = ["fil-ocl-core/opencl_version_2_1"] [badges.travis-ci] repository = "cogciprocate/ocl"