1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14name = "virtio-drivers-and-devices" 15version = "0.2.0" 16authors = [ 17 "Jiajie Chen <noc@jiegec.ac.cn>", 18 "Runji Wang <wangrunji0408@163.com>", 19 "Yuekai Jia <equation618@gmail.com>", 20 "Andrew Walbran <qwandor@google.com>", 21 "Ayrton Munoz <ayrton@google.com>", 22] 23build = false 24autolib = false 25autobins = false 26autoexamples = false 27autotests = false 28autobenches = false 29description = "VirtIO guest drivers and devices. Fork of rcore-os/virtio-drivers." 30readme = "README.md" 31keywords = ["virtio"] 32categories = [ 33 "hardware-support", 34 "no-std", 35] 36license = "MIT" 37repository = "https://github.com/immunant/virtio-drivers-and-devices" 38 39[features] 40alloc = ["zerocopy/alloc"] 41default = [ 42 "alloc", 43 "embedded-io", 44] 45embedded-io = ["dep:embedded-io"] 46 47[lib] 48name = "virtio_drivers_and_devices" 49path = "src/lib.rs" 50 51[dependencies.bitflags] 52version = "2.8.0" 53 54[dependencies.embedded-io] 55version = "0.6.1" 56optional = true 57 58[dependencies.enumn] 59version = "0.1.14" 60 61[dependencies.log] 62version = "0.4.25" 63 64[dependencies.thiserror] 65version = "2.0.11" 66default-features = false 67 68[dependencies.zerocopy] 69version = "0.8.14" 70features = ["derive"] 71 72[dev-dependencies.zerocopy] 73version = "0.8.14" 74features = ["alloc"] 75