2019-09-11 19:22:44 +00:00
|
|
|
[package]
|
|
|
|
name = "vhost_user_backend"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
|
|
|
|
[dependencies]
|
2019-11-08 17:49:51 +00:00
|
|
|
epoll = ">=4.0.1"
|
2020-05-26 15:44:29 +00:00
|
|
|
libc = "0.2.71"
|
2020-02-06 17:10:29 +00:00
|
|
|
log = "0.4.8"
|
2020-02-14 11:27:47 +00:00
|
|
|
virtio-bindings = "0.1.0"
|
2020-05-28 15:06:54 +00:00
|
|
|
vm-memory = "0.2.1"
|
2019-09-11 19:22:44 +00:00
|
|
|
vm-virtio = { path = "../vm-virtio" }
|
2019-12-11 13:02:07 +00:00
|
|
|
vmm-sys-util = ">=0.3.1"
|
2020-02-25 03:26:35 +00:00
|
|
|
vhost_rs = { git = "https://github.com/cloud-hypervisor/vhost", branch = "dragonball", package = "vhost", features = ["vhost-user-slave"] }
|