blob: 431ccd2c38bf950c103b51de3c7db21b99e9773a [file] [log] [blame] [edit]
[package]
name = "virtio-drivers"
version = "0.4.0"
license = "MIT"
authors = [
"Jiajie Chen <[email protected]>",
"Runji Wang <[email protected]>",
"Yuekai Jia <[email protected]>",
"Andrew Walbran <[email protected]>",
]
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 = []