virtio-driver 0.3.0

virtio driver development library
Documentation
[dependencies.bitflags]
version = "1.3"

[dependencies.libc]
version = "0.2.87"

[dependencies.memfd]
optional = true
version = "0.4.1"

[dependencies.memmap]
optional = true
version = "0.7.0"

[dependencies.nix]
version = "0.24.1"

[dependencies.pci-driver]
default-features = false
optional = true
version = "0.1.2"

[dependencies.virtio-bindings]
features = ["virtio-v5_0_0"]
optional = true
version = "0.1"

[features]
_unsafe-op-in-unsafe-fn = []
default = []
pci = ["pci-driver"]
vhost-user = ["memfd", "memmap"]
vhost-vdpa = ["virtio-bindings"]

[package]
authors = ["Kevin Wolf <kwolf@redhat.com>"]
categories = ["hardware-support", "virtualization"]
description = "virtio driver development library"
edition = "2018"
keywords = ["virtio", "driver", "user-space"]
license = "(MIT OR Apache-2.0) AND BSD-3-Clause"
name = "virtio-driver"
version = "0.3.0"