# 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 = "RayBNN_Optimizer" version = "2.0.1" authors = ["Brosnan Yuen "] description = "Gradient Descent Optimizers and Genetic Algorithms using GPUs, CPUs, and FPGAs via CUDA, OpenCL, and oneAPI" readme = "README.md" keywords = [ "gradient-descent", "optimizer", "optimization", "CUDA", "OpenCL", ] categories = ["math"] license = "GPL-3.0-only" repository = "https://github.com/BrosnanYuen/RayBNN_Optimizer" [lib] name = "RayBNN_Optimizer" path = "src/lib.rs" [dependencies.arrayfire] version = "3.8.1" package = "arrayfire_fork" [dependencies.half] version = "2.4.1" features = ["num-traits"] [dependencies.num] version = "0.4.3" [dependencies.num-traits] version = "0.2.19" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dev-dependencies.arrayfire] version = "3.8.1" package = "arrayfire_fork" [dev-dependencies.half] version = "2.4.1" features = ["num-traits"] [dev-dependencies.num] version = "0.4.3" [dev-dependencies.num-traits] version = "0.2.19" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.10.0" [build-dependencies.arrayfire] version = "3.8.1" package = "arrayfire_fork" [build-dependencies.half] version = "2.4.1" features = ["num-traits"] [build-dependencies.num] version = "0.4.3" [build-dependencies.num-traits] version = "0.2.19" [build-dependencies.rand] version = "0.8.5" [build-dependencies.rayon] version = "1.10.0"