vm-ch 2.0.2

cloud-hypervisor backend for Hanzo VM
Documentation
# 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 = "vm-ch"
version = "2.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "cloud-hypervisor backend for Hanzo VM"
readme = false
license = "Apache-2.0"
repository = "https://github.com/hanzoai/vm"

[lib]
name = "vm_ch"
path = "src/lib.rs"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.libc]
version = "0.2"

[dependencies.serde_json]
version = "1"

[dependencies.vhost]
version = "0.17"
features = ["vhost-user-backend"]

[dependencies.vhost-user-backend]
version = "0.23"

[dependencies.virtio-bindings]
version = "0.2"

[dependencies.virtio-queue]
version = "0.18"

[dependencies.vm-memory]
version = "0.18"
features = [
    "backend-mmap",
    "backend-atomic",
]

[dependencies.vmm-sys-util]
version = "0.15"