virtio-accel-device 0.2.0

Transport-neutral virtio accelerator device state
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-device"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport-neutral virtio accelerator device state"
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_device"
path = "src/lib.rs"

[[test]]
name = "command_processor"
path = "tests/command_processor.rs"

[[test]]
name = "state_model"
path = "tests/state_model.rs"

[dependencies.virtio-accel-core]
version = "0.2.0"

[dependencies.virtio-accel-proto]
version = "0.2.0"

[dependencies.virtio-accel-transport]
version = "0.2.0"

[dependencies.zerocopy]
version = "0.8.56"
features = ["derive"]
default-features = false

[dev-dependencies.virtio-accel-mock]
version = "0.2.0"