mlx-sys 0.2.0

Low-level interface and binding generation for the mlx library
[build-dependencies.bindgen]
version = "0.70"

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

[build-dependencies.cmake]
version = "0.1"

[dependencies]

[[example]]
name = "is_metal_available"
path = "examples/is_metal_available.rs"

[features]
accelerate = []
default = ["accelerate", "metal"]
metal = []

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

[package]
authors = ["Minghua Wu <michael.wu1107@gmail.com>", "David Chavez <david@dcvz.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science"]
description = "Low-level interface and binding generation for the mlx library"
edition = "2021"
keywords = ["mlx", "deep-learning", "machine-learning"]
license = "MIT OR Apache-2.0"
name = "mlx-sys"
readme = "README.md"
repository = "https://github.com/oxideai/mlx-rs"
version = "0.2.0"

[package.metadata.docs.rs]
targets = ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim"]