# 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" rust-version = "1.57" name = "ocl-convolution" version = "0.3.0" authors = ["Alex Ostrovski "] exclude = ["/misc/**", ".editorconfig", ".github"] description = "OpenCL-accelerated 2D convolutions" readme = "README.md" keywords = ["convolution", "neural-network", "deep-learning", "OpenCL"] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/slowli/ocl-convolution" resolver = "2" [[bench]] name = "basics" path = "benches/basics.rs" harness = false [dependencies.lazy_static] version = "1.3.0" [dependencies.ndarray] version = "0.15.1" [dependencies.ocl] version = "0.19.3" [dev-dependencies.criterion] version = "0.3.1" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.rand] version = "0.8.1" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.version-sync] version = "0.9.1" [badges.maintenance] status = "experimental"