virtio-accel-core 0.1.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.1.0"
dependencies = [
 "bitflags",
 "virtio-accel-transport",
]

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