noxla 0.4.0

Rust bindings to XLA's C++ API
[build-dependencies.anyhow]
version = "1.0.86"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.cpp_build]
version = "0.5.9"

[build-dependencies.find_cuda_helper]
version = "0.2.0"

[build-dependencies.flate2]
version = "1.0.28"

[build-dependencies.tar]
version = "0.4.40"

[build-dependencies.ureq]
version = "2.9.7"

[build-dependencies.zip]
version = "2.1.3"

[dependencies.bytemuck]
features = ["derive"]
version = "1.14"

[dependencies.cpp]
version = "0.5.9"

[dependencies.cxx]
version = "1.0"

[dependencies.lapack-sys]
version = "0.14.0"

[dependencies.libc]
version = "0.2"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.thiserror]
version = "1"

[features]
cuda = ["shared"]
shared = []

[lib]
name = "noxla"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Rust bindings to XLA's C++ API"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "noxla"
readme = "README.md"
repository = "https://github.com/elodin-sys/elodin"
version = "0.4.0"

[target.'cfg(not(target_os = "macos"))'.dependencies.lapack-src]
features = ["openblas"]
version = "0.10"

[target.'cfg(not(target_os = "macos"))'.dependencies.openblas-src]
features = ["system"]
version = "0.10"

[target.'cfg(target_os = "macos")'.dependencies.lapack-src]
features = ["accelerate"]
version = "0.10"