ocl 0.19.7

OpenCL bindings and interfaces for Rust.
Documentation
# 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 = "ocl"
version = "0.19.7"
authors = ["Nick Sanders <cogciprocate@gmail.com>"]
exclude = [
    "target/*",
    "*.png",
    "bak/*",
]
description = "OpenCL bindings and interfaces for Rust."
homepage = "https://github.com/cogciprocate/ocl"
documentation = "https://docs.rs/ocl"
readme = "README.md"
keywords = [
    "opencl",
    "gpu",
    "gpgpu",
    "async",
]
categories = [
    "asynchronous",
    "concurrency",
    "science",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cogciprocate/ocl"

[dependencies.futures]
version = "0.1"

[dependencies.nodrop]
version = "0.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.ocl-core]
version = "~0.11.4"

[dependencies.qutex]
version = "0.2"

[dependencies.thiserror]
version = "1.0.50"

[dev-dependencies.chrono]
version = "0.4"

[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 = "1.4"

[dev-dependencies.ocl-extras]
version = "0.1"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.time]
version = "0.3"

[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 = ["ocl-core/opencl_vendor_mesa"]
opencl_version_1_1 = ["ocl-core/opencl_version_1_1"]
opencl_version_1_2 = ["ocl-core/opencl_version_1_2"]
opencl_version_2_0 = ["ocl-core/opencl_version_2_0"]
opencl_version_2_1 = ["ocl-core/opencl_version_2_1"]

[badges.travis-ci]
repository = "cogciprocate/ocl"