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-vsock" 15version = "0.5.0" 16authors = [ 17 "rust-vmm community", 18 "rust-vmm AWS maintainers <[email protected]>", 19] 20description = "virtio vsock device implementation" 21readme = "README.md" 22keywords = [ 23 "virtio", 24 "vsock", 25] 26license = "Apache-2.0 OR BSD-3-Clause" 27repository = "https://github.com/rust-vmm/vm-virtio" 28resolver = "1" 29 30[dependencies.virtio-bindings] 31version = "0.2.2" 32 33[dependencies.virtio-queue] 34version = "0.11.0" 35 36[dependencies.vm-memory] 37version = "0.14.0" 38 39[dev-dependencies.virtio-queue] 40version = "0.11.0" 41features = ["test-utils"] 42 43[dev-dependencies.vm-memory] 44version = "0.14.0" 45features = [ 46 "backend-mmap", 47 "backend-atomic", 48] 49