afarray 0.1.0

Convenience methods for working with ArrayFire arrays in Rust
[package]
name = "afarray"
version = "0.1.0"
authors = ["haydnv"]
edition = "2018"
license-file = "LICENSE"
description = "Convenience methods for working with ArrayFire arrays in Rust"
repository = "http://github.com/haydnv/collate"
readme = "README.md"

categories = ["algorithms", "data-structures", "hardware-support", "mathematics", "rust-patterns"]
keywords = ["array", "arrayfire", "gpu", "ndarray", "tensor"]

[build-dependencies]
pkg-config = "0.3"

[dependencies]
# There is a bug in ArrayFire 3.7 which breaks af::any and af::all. It should be fixed in ArrayFire 3.8.
arrayfire = "<3.7"
bincode = "1.3"
number-general = ">0.1.2"
num-complex = "0.2"
safecast = "0.1"
serde = "1.0"