[package] name = "virtio-drivers" version = "0.2.0" license = "MIT" authors = [ "Jiajie Chen ", "Runji Wang ", "Yuekai Jia ", "Andrew Walbran ", ] edition = "2018" description = "VirtIO guest drivers." repository = "https://github.com/rcore-os/virtio-drivers" keywords = ["virtio"] categories = ["hardware-support", "no-std"] [dependencies] log = "0.4" bitflags = "1.3" zerocopy = "0.6.1" [features] default = ["alloc"] alloc = []