blob: ec30591f65f70c95d68d43d444fbccc69c7e7a48 [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 = "2018"
name = "vhost-device-vsock"
version = "0.1.0"
authors = [
"Harshavardhan Unnibhavi <harshanavkis@gmail.com>",
"Stefano Garzarella <sgarzare@redhat.com>",
]
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.3"
features = ["derive"]
[dependencies.config]
version = "0.13"
[dependencies.env_logger]
version = "0.10"
[dependencies.epoll]
version = "4.3.2"
[dependencies.futures]
version = "0.3"
features = ["thread-pool"]
[dependencies.log]
version = "0.4"
[dependencies.serde]
version = "1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "1.0"
[dependencies.vhost]
version = "0.8"
features = ["vhost-user-slave"]
[dependencies.vhost-user-backend]
version = "0.10"
[dependencies.virtio-bindings]
version = "0.2.1"
[dependencies.virtio-queue]
version = "0.9"
[dependencies.virtio-vsock]
version = "0.3.1"
[dependencies.vm-memory]
version = "0.12"
[dependencies.vmm-sys-util]
version = "0.11"
[dev-dependencies.tempfile]
version = "3.6.0"
[dev-dependencies.virtio-queue]
version = "0.9"
features = ["test-utils"]
[features]
xen = [
"vm-memory/xen",
"vhost/xen",
"vhost-user-backend/xen",
]