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-queue"
15version = "0.11.0"
16authors = ["The Chromium OS Authors"]
17description = "virtio queue implementation"
18readme = "README.md"
19keywords = ["virtio"]
20license = "Apache-2.0 OR BSD-3-Clause"
21repository = "https://github.com/rust-vmm/vm-virtio"
22resolver = "1"
23
24[[bench]]
25name = "main"
26harness = false
27
28[dependencies.log]
29version = "0.4.17"
30
31[dependencies.virtio-bindings]
32version = "0.2.2"
33
34[dependencies.vm-memory]
35version = "0.14.0"
36
37[dependencies.vmm-sys-util]
38version = "0.12.1"
39
40[dev-dependencies.criterion]
41version = "0.5.1"
42
43[dev-dependencies.memoffset]
44version = "0.9.0"
45
46[dev-dependencies.vm-memory]
47version = "0.14.0"
48features = [
49    "backend-mmap",
50    "backend-atomic",
51]
52
53[features]
54test-utils = []
55