ocl 0.7.0

OpenCL interfaces for Rust.
Documentation
[package]
name = "ocl"
version = "0.7.0"
authors = ["Nick Sanders <cogciprocate@gmail.com>"]
description = "OpenCL interfaces for Rust."
documentation = "http://doc.cogciprocate.com/ocl/index.html"
homepage = "https://github.com/cogciprocate/ocl_rust"
repository = "https://github.com/cogciprocate/ocl_rust"
readme = "README.md"
keywords = ["opencl", "gpu", "gpgpu"]
license = "MIT"
exclude = ["target/*"]

# [dependencies.bitflags]
# git = "https://github.com/rust-lang-nursery/bitflags.git"

[dependencies]
# find_folder = "*"
rand = "0.3"
num = "0.1"
libc = "0.2"
enum_primitive = "0.1"
bitflags = "0.4"
# [dev-dependencies]
# time = "*"

[profile.test]
opt-level = 0
debug = true
rpath = false
lto = false
# Set false to make sure we're not relying overly on any debug assertions.
debug-assertions = false
codegen-units = 1