[package]
edition = "2021"
name = "msb_krun_utils"
version = "0.1.22"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared utilities for msb_krun microVMs"
readme = false
license = "Apache-2.0 AND BSD-3-Clause"
repository = "https://github.com/containers/libkrun"
[lib]
name = "msb_krun_utils"
path = "src/lib.rs"
[dependencies.bitflags]
version = "1.2.0"
[dependencies.crossbeam-channel]
version = ">=0.5.15"
[dependencies.libc]
version = ">=0.2.85"
[dependencies.log]
version = "0.4.0"
[dependencies.nix]
version = "0.30.1"
[target.'cfg(target_os = "linux")'.dependencies.kvm-bindings]
version = ">=0.11"
features = ["fam-wrappers"]
[target.'cfg(target_os = "macos")'.dependencies.nix]
version = "0.30.1"
features = ["fs"]
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.61.2"
features = [
"Win32_Foundation",
"Win32_Security",
"Win32_System_SystemInformation",
"Win32_System_Threading",
]
[target."cfg(unix)".dependencies.vmm-sys-util]
version = ">= 0.14"