virtio-driver 0.4.1

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

[dependencies.memmap2]
optional = true
version = ">=0.1, <0.6"

[dependencies.nix]
default-features = false
features = ["event"]
version = "0.24"

[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 = ["memmap2", "nix/fs"]
vhost-vdpa = ["memmap2", "nix/fs", "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.4.1"