# 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_DiffEq" version = "2.0.2" authors = ["Brosnan Yuen "] description = "Matrix Differential Equation Solver using GPUs, CPUs, and FPGAs via CUDA, OpenCL, and oneAPI" readme = "README.md" keywords = [ "differential", "math", "equation", "CUDA", "OpenCL", ] categories = ["science"] license = "GPL-3.0-only" repository = "https://github.com/BrosnanYuen/RayBNN_DiffEq" [lib] name = "RayBNN_DiffEq" path = "src/lib.rs" [[example]] name = "Linear_ODE" path = "examples/Linear_ODE.rs" [[example]] name = "Linear_Matrix_ODE" path = "examples/Linear_Matrix_ODE.rs" [[example]] name = "1000x1000_Matrix_ODE" path = "examples/1000x1000_Matrix_ODE.rs" [[example]] name = "Linear_ODE_f32" path = "examples/Linear_ODE_f32.rs" [dependencies.RayBNN_DataLoader] version = "2.0.3" [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" [dev-dependencies.RayBNN_DataLoader] version = "2.0.3" [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" [build-dependencies.RayBNN_DataLoader] version = "2.0.3" [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"