# 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-core" version = "0.11.4" authors = ["Nick Sanders "] exclude = ["target/*", "bak/*"] description = "A low-level OpenCL API." homepage = "https://github.com/filecoin-project/fil-ocl/tree/master/ocl-core" documentation = "https://docs.rs/fil-ocl-core/" readme = "README.md" keywords = ["opencl", "gpu", "gpgpu"] categories = ["asynchronous", "concurrency", "science", "api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/filecoin-project/fil-ocl/tree/master/ocl-core" [dependencies.bitflags] version = "1" [dependencies.cl-sys] version = "~0.4.2" [dependencies.enum_primitive] version = "0.1" [dependencies.failure] version = "0.1" [dependencies.num-complex] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.ocl-core-vector] version = "0.1" optional = true [dev-dependencies.colorify] version = "0.2" [dev-dependencies.rand] version = "0.4" [build-dependencies.rustc_version] version = "0.3" [features] default = ["opencl_version_1_1", "opencl_version_1_2", "ocl-core-vector"] opencl_vendor_mesa = ["cl-sys/opencl_vendor_mesa"] opencl_version_1_1 = ["cl-sys/opencl_version_1_1"] opencl_version_1_2 = ["cl-sys/opencl_version_1_2"] opencl_version_2_0 = ["cl-sys/opencl_version_2_0"] opencl_version_2_1 = ["cl-sys/opencl_version_2_1"]