# 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 = "ha-ndarray" version = "0.4.0" authors = ["code@tinychain.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A hardware-accelerated n-dimensional array" readme = "README.md" keywords = [ "ndarray", "tensor", "gpu", "ml", "parallel", ] categories = [ "data-structures", "hardware-support", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/haydnv/ha-ndarray.git" [lib] name = "ha_ndarray" path = "src/lib.rs" [[test]] name = "arithmetic" path = "tests/arithmetic.rs" [[test]] name = "compare" path = "tests/compare.rs" [[test]] name = "cond" path = "tests/cond.rs" [[test]] name = "construct" path = "tests/construct.rs" [[test]] name = "linalg" path = "tests/linalg.rs" [[test]] name = "reduce" path = "tests/reduce.rs" [[test]] name = "transform" path = "tests/transform.rs" [dependencies.async-trait] version = "0.1" optional = true [dependencies.destream] version = "0.8" optional = true [dependencies.freqfs] version = "0.10" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.get-size] version = "0.1" [dependencies.lazy_static] version = "1.5" [dependencies.memoize] version = "0.4" optional = true [dependencies.num_cpus] version = "1.16" [dependencies.ocl] version = "0.19" optional = true [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.10" [dependencies.smallvec] version = "1.13" [dependencies.transpose] version = "0.2" [build-dependencies.pkg-config] version = "0.3" [features] all = [ "freqfs", "opencl", "stream", ] freqfs = [ "freqfs/stream", "stream", ] opencl = [ "memoize", "ocl", ] stream = [ "async-trait", "destream", "futures", ]