virtio-accel-core 0.2.0

Transport-independent accelerator lifecycle traits
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 = "virtio-accel-core"
version = "0.2.0"
dependencies = [
 "bitflags",
 "virtio-accel-transport",
]

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