axvirtio-common 0.2.2

Common types, traits, and utilities for VirtIO device implementations
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"
name = "axvirtio-common"
version = "0.2.2"
authors = ["Debin <luodeb@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common types, traits, and utilities for VirtIO device implementations"
readme = false
keywords = [
    "virtio",
    "hypervisor",
    "no_std",
    "arceos",
]
categories = [
    "no-std",
    "embedded",
    "hardware-support",
]
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

[lib]
name = "axvirtio_common"
path = "src/lib.rs"

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

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

[dependencies.ax-memory-addr]
version = "0.7"

[dependencies.ax-sync]
version = "0.6"

[dependencies.axaddrspace]
version = "0.6"

[dependencies.axdevice_base]
version = "0.7"

[dependencies.axvm-types]
version = "0.7"

[dependencies.log]
version = "0.4"

[dependencies.mbarrier]
version = "0.1"

[dev-dependencies.ax-runtime]
version = "0.13.0"
features = ["host-test"]