[package]
edition = "2024"
name = "onnxruntime-ep-mlx"
version = "0.3.0"
build = "build.rs"
exclude = ["*.py"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MLX-native ONNX Runtime execution provider (plugin EP) for Apple Silicon — binds mlx-c directly, no mlx-rs."
readme = "README.md"
keywords = [
"onnx",
"onnxruntime",
"mlx",
"apple-silicon",
"metal",
]
categories = [
"science",
"api-bindings",
"hardware-support",
]
license = "MIT"
repository = "https://github.com/justinchuby/onnxruntime-mlx"
[lib]
name = "onnxruntime_mlx_ep"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.onnx-runtime-tracer]
version = "0.1.0-dev.2"
default-features = false
[build-dependencies.bindgen]
version = "0.72"
[profile.release]
panic = "unwind"