onnxruntime-ep-mlx 0.3.0

MLX-native ONNX Runtime execution provider (plugin EP) for Apple Silicon — binds mlx-c directly, no mlx-rs.
# 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 = "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"