blob: e8709f791c2a02888326c69cbb594bc61a5184fe [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-user-backend"
version = "0.10.1"
authors = ["The Cloud Hypervisor Authors"]
description = "A framework to build vhost-user backend service daemon"
readme = "README.md"
keywords = [
"vhost-user",
"virtio",
]
license = "Apache-2.0"
repository = "https://github.com/rust-vmm/vhost"
[dependencies.libc]
version = "0.2.39"
[dependencies.log]
version = "0.4.17"
[dependencies.vhost]
version = "0.8"
features = ["vhost-user-slave"]
[dependencies.virtio-bindings]
version = "0.2.1"
[dependencies.virtio-queue]
version = "0.9.0"
[dependencies.vm-memory]
version = "0.12.0"
features = [
"backend-mmap",
"backend-atomic",
]
[dependencies.vmm-sys-util]
version = "0.11.0"
[dev-dependencies.nix]
version = "0.26"
[dev-dependencies.tempfile]
version = "3.2.0"
[dev-dependencies.vhost]
version = "0.8"
features = [
"test-utils",
"vhost-user-master",
"vhost-user-slave",
]
[dev-dependencies.vm-memory]
version = "0.12.0"
features = [
"backend-mmap",
"backend-atomic",
"backend-bitmap",
]
[features]
xen = [
"vm-memory/xen",
"vhost/xen",
]