virtio-accel-coreml 0.2.0

macOS Core ML and Apple Neural Engine backend for virtio-accel
Documentation
# 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"
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"