[package]
edition = "2024"
rust-version = "1.85"
name = "virtio-accel-coreml"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macOS Core ML and Apple Neural Engine backend for virtio-accel"
homepage = "https://github.com/MicroPerceptron/virtio-accel"
readme = "README.md"
keywords = [
"virtio",
"accelerator",
"npu",
"no-std",
"protocol",
]
categories = [
"no-std",
"hardware-support",
"virtualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MicroPerceptron/virtio-accel"
[lib]
name = "virtio_accel_coreml"
path = "src/lib.rs"
[[example]]
name = "tosa_coreml"
path = "examples/tosa_coreml.rs"
[[test]]
name = "coreml"
path = "tests/coreml.rs"
[dependencies.virtio-accel-core]
version = "0.2.0"
[dependencies.virtio-accel-tosa]
version = "0.2.0"
[dev-dependencies.virtio-accel-conformance]
version = "0.2.0"
[build-dependencies.cc]
version = "1.2"