# 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 = "dynamic_ocl" version = "0.1.0-alpha.1" authors = ["Dana Marcuse "] description = "Dynamically-loaded OpenCL bindings" homepage = "https://github.com/dmarcuse/dynamic_ocl" readme = "README.md" keywords = ["opencl", "ocl", "gpu", "gpgpu", "compute"] categories = ["api-bindings", "concurrency", "external-ffi-bindings", "hardware-support", "science"] license = "Apache-2.0" repository = "https://github.com/dmarcuse/dynamic_ocl" [dependencies.const-cstr] version = "0.3.0" [dependencies.dlopen] version = "0.1.8" [dependencies.generic-array] version = "0.13.2" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.66" [dependencies.log] version = "0.4.8" optional = true [dependencies.thiserror] version = "1.0.9" optional = true [dependencies.tynm] version = "0.1.1" optional = true [features] default = ["safe"] safe = ["thiserror", "generic-array", "log", "tynm"]