# 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 = "2021" name = "zyx-opencl" version = "0.1.1" authors = ["zk4x"] description = "Zyx OpenCL backend" homepage = "https://github.com/zk4x/zyx" documentation = "https://docs.rs/zyx-opencl" readme = "README.md" keywords = [ "tensor", "deep-learning", "neural-network", "autodiff", ] categories = [ "computer-vision", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zk4x/zyx" [dependencies.opencl-sys] version = "0.2.8" default-features = false [dependencies.zyx-compiler] version = "0.1.1" default-features = false [dependencies.zyx-core] version = "0.1.1" default-features = false [features] CL_VERSION_1_1 = ["opencl-sys/CL_VERSION_1_1"] CL_VERSION_1_2 = ["opencl-sys/CL_VERSION_1_2"] CL_VERSION_2_1 = ["opencl-sys/CL_VERSION_2_1"] debug1 = [] default = [ "std", "CL_VERSION_1_1", "CL_VERSION_1_2", ] std = [ "zyx-core/std", "zyx-compiler/std", ] [badges.maintenance] status = "experimental"