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 = "2018" 14name = "vhost-user-backend" 15version = "0.10.1" 16authors = ["The Cloud Hypervisor Authors"] 17description = "A framework to build vhost-user backend service daemon" 18readme = "README.md" 19keywords = [ 20 "vhost-user", 21 "virtio", 22] 23license = "Apache-2.0" 24repository = "https://github.com/rust-vmm/vhost" 25 26[dependencies.libc] 27version = "0.2.39" 28 29[dependencies.log] 30version = "0.4.17" 31 32[dependencies.vhost] 33version = "0.8" 34features = ["vhost-user-slave"] 35 36[dependencies.virtio-bindings] 37version = "0.2.1" 38 39[dependencies.virtio-queue] 40version = "0.9.0" 41 42[dependencies.vm-memory] 43version = "0.12.0" 44features = [ 45 "backend-mmap", 46 "backend-atomic", 47] 48 49[dependencies.vmm-sys-util] 50version = "0.11.0" 51 52[dev-dependencies.nix] 53version = "0.26" 54 55[dev-dependencies.tempfile] 56version = "3.2.0" 57 58[dev-dependencies.vhost] 59version = "0.8" 60features = [ 61 "test-utils", 62 "vhost-user-master", 63 "vhost-user-slave", 64] 65 66[dev-dependencies.vm-memory] 67version = "0.12.0" 68features = [ 69 "backend-mmap", 70 "backend-atomic", 71 "backend-bitmap", 72] 73 74[features] 75xen = [ 76 "vm-memory/xen", 77 "vhost/xen", 78] 79