vm-linux 2.0.0

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

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

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

[dependencies.kvm-bindings]
version = "0.9"
features = ["fam-wrappers"]

[dependencies.kvm-ioctls]
version = "0.18"

[dependencies.libc]
version = "0.2"

[dependencies.linux-loader]
version = "0.12"
features = ["pe"]

[dependencies.vm-fdt]
version = "0.3"

[dependencies.vm-memory]
version = "0.15"
features = ["backend-mmap"]

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