[package]
edition = "2024"
rust-version = "1.85"
name = "virtio-accel-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport-independent accelerator lifecycle traits"
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_core"
path = "src/lib.rs"
[dependencies.bitflags]
version = "2.13.1"
default-features = false
[dependencies.virtio-accel-transport]
version = "0.2.0"