virtio-accel-coreml 0.1.0

macOS Core ML and Apple Neural Engine backend for virtio-accel
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "2.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"

[[package]]
name = "cc"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e"
dependencies = [
 "find-msvc-tools",
 "shlex",
]

[[package]]
name = "find-msvc-tools"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de"

[[package]]
name = "shlex"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"

[[package]]
name = "virtio-accel-conformance"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df519c9d30ceca58e163fdcf8bef9c90083f3cf98071431587cbea39bece4f8c"
dependencies = [
 "virtio-accel-core",
]

[[package]]
name = "virtio-accel-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5b6f73a05f2f33e237fb81f454bb9dce9f5ea52e59eeb890cb82ddf1b5a28b"
dependencies = [
 "bitflags",
 "virtio-accel-transport",
]

[[package]]
name = "virtio-accel-coreml"
version = "0.1.0"
dependencies = [
 "cc",
 "virtio-accel-conformance",
 "virtio-accel-core",
]

[[package]]
name = "virtio-accel-transport"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c179aca3eef84fb8f6999eb581e4b045633aaf060a38dbf2c751aa052009783b"