blob: 8f14d33a0135d9b0cf9b33731e477b1bd9188e3a [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
name = "virtio-drivers-and-devices"
version = "0.2.3"
authors = [
"Jiajie Chen <noc@jiegec.ac.cn>",
"Runji Wang <wangrunji0408@163.com>",
"Yuekai Jia <equation618@gmail.com>",
"Andrew Walbran <qwandor@google.com>",
"Ayrton Munoz <ayrton@google.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VirtIO guest drivers and devices. Fork of rcore-os/virtio-drivers."
readme = "README.md"
keywords = ["virtio"]
categories = [
"hardware-support",
"no-std",
]
license = "MIT"
repository = "https://github.com/immunant/virtio-drivers-and-devices"
[features]
alloc = ["zerocopy/alloc"]
default = [
"alloc",
"embedded-io",
]
embedded-io = ["dep:embedded-io"]
[lib]
name = "virtio_drivers_and_devices"
path = "src/lib.rs"
[dependencies.bitflags]
version = "2.8.0"
[dependencies.embedded-io]
version = "0.6.1"
optional = true
[dependencies.enumn]
version = "0.1.14"
[dependencies.log]
version = "0.4.25"
[dependencies.thiserror]
version = "2.0.11"
default-features = false
[dependencies.zerocopy]
version = "0.8.14"
features = ["derive"]
[dev-dependencies.zerocopy]
version = "0.8.14"
features = ["alloc"]