msb_krun_utils 0.1.2

Shared utilities for msb_krun microVMs
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 = "msb_krun_utils"
version = "0.1.2"
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"

[dependencies.vmm-sys-util]
version = ">= 0.14"

[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"]