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 = "2018"
14name = "virtio-drivers"
15version = "0.7.4"
16authors = [
17    "Jiajie Chen <[email protected]>",
18    "Runji Wang <[email protected]>",
19    "Yuekai Jia <[email protected]>",
20    "Andrew Walbran <[email protected]>",
21]
22description = "VirtIO guest drivers."
23readme = "README.md"
24keywords = ["virtio"]
25categories = [
26    "hardware-support",
27    "no-std",
28]
29license = "MIT"
30repository = "https://github.com/rcore-os/virtio-drivers"
31
32[dependencies.bitflags]
33version = "2.3.0"
34
35[dependencies.log]
36version = "0.4"
37
38[dependencies.zerocopy]
39version = "0.7.5"
40features = ["derive"]
41
42[dev-dependencies.zerocopy]
43version = "0.7.5"
44features = ["alloc"]
45
46[features]
47alloc = ["zerocopy/alloc"]
48default = ["alloc"]
49