# 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 = "vhost-device-vsock" version = "0.2.0" authors = [ "Harshavardhan Unnibhavi ", "Stefano Garzarella ", ] description = "A virtio-vsock device using the vhost-user protocol." readme = "README.md" keywords = [ "vhost", "vsock", ] license = "Apache-2.0 OR BSD-3-Clause" repository = "https://github.com/rust-vmm/vhost-device" [dependencies.byteorder] version = "1" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.epoll] version = "4.3.2" [dependencies.figment] version = "0.10.19" features = ["yaml"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.vhost] version = "0.11" features = ["vhost-user-backend"] [dependencies.vhost-user-backend] version = "0.15" [dependencies.virtio-bindings] version = "0.2.2" [dependencies.virtio-queue] version = "0.12" [dependencies.virtio-vsock] version = "0.6" [dependencies.vm-memory] version = "0.14.1" [dependencies.vmm-sys-util] version = "0.12" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.virtio-queue] version = "0.12" features = ["test-utils"] [features] xen = [ "vm-memory/xen", "vhost/xen", "vhost-user-backend/xen", ]