# 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 = "safe_ocl" version = "0.1.0" authors = ["Caleb Winston "] description = "Zero-cost wrapper types for safe OpenCL" homepage = "https://www.github.com/calebwin/safe_ocl" documentation = "https://docs.rs/safe_ocl" readme = "README.md" keywords = ["safe_ocl", "ocl", "gpu", "gpgpu", "opencl"] categories = ["science", "asynchronous", "concurrency", "multimedia", "rendering"] license = "MIT" repository = "https://www.github.com/calebwin/safe_ocl" [dependencies.ocl] version = "0.19.3"