# 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_DataLoader" version = "2.0.3" authors = ["Brosnan Yuen "] description = "Read CSV, numpy, and binary files to Rust vectors of f16, f32, f64, u8, u16, u32, u64, i8, i16, i32, i64" readme = "README.md" keywords = [ "csv", "numpy", "data", "CUDA", "OpenCL", ] categories = ["science"] license = "GPL-3.0-only" repository = "https://github.com/BrosnanYuen/RayBNN_DataLoader" [lib] name = "RayBNN_DataLoader" path = "src/lib.rs" [dependencies.arrayfire] version = "3.8.1" package = "arrayfire_fork" [dependencies.half] version = "2.4.1" features = ["num-traits"] [dependencies.nohash-hasher] version = "0.2.0" [dependencies.npyz] version = "0.8.3" [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.nohash-hasher] version = "0.2.0" [dev-dependencies.npyz] version = "0.8.3" [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.nohash-hasher] version = "0.2.0" [build-dependencies.npyz] version = "0.8.3" [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"