axdevice 0.2.2

A reusable, OS-agnostic device abstraction layer designed for virtual machines.
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 = "axdevice"
version = "0.2.2"
authors = ["Su Mingxian <aarkegz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A reusable, OS-agnostic device abstraction layer designed for virtual machines."
homepage = "https://github.com/arceos-hypervisor/axdevice"
documentation = "https://docs.rs/axdevice"
readme = "README.md"
keywords = ["hypervisor"]
categories = ["virtualization"]
license = "Apache-2.0"
repository = "https://github.com/arceos-hypervisor/axdevice"

[features]

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

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

[dependencies.axaddrspace]
version = "0.3"

[dependencies.axdevice_base]
version = "0.2.2"

[dependencies.axerrno]
version = "0.2"

[dependencies.axvmconfig]
version = "0.2.2"
default-features = false

[dependencies.cfg-if]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.memory_addr]
version = "0.4"

[dependencies.range-alloc-arceos]
version = "0.1.4"

[dependencies.spin]
version = "0.10"

[target.'cfg(target_arch = "aarch64")'.dependencies.arm_vgic]
version = "0.2.2"
features = ["vgicv3"]

[target.'cfg(target_arch = "riscv64")'.dependencies.riscv_vplic]
version = "0.2.2"