# 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 = "noxla" version = "0.4.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings to XLA's C++ API" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/elodin-sys/elodin" [lib] name = "noxla" path = "src/lib.rs" [dependencies.bytemuck] version = "1.14" features = ["derive"] [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" [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" [features] cuda = ["shared"] shared = [] [target.'cfg(not(target_os = "macos"))'.dependencies.lapack-src] version = "0.10" features = ["openblas"] [target.'cfg(not(target_os = "macos"))'.dependencies.openblas-src] version = "0.10" features = ["system"] [target.'cfg(target_os = "macos")'.dependencies.lapack-src] version = "0.10" features = ["accelerate"]