[package]
edition = "2021"
rust-version = "1.85"
name = "supermachine-kernel"
version = "0.4.6"
build = "build.rs"
include = [
"src/**/*.rs",
"build.rs",
"kernel.xz",
"init-oci.xz",
"supermachine-agent.xz",
"Cargo.toml",
"README.md",
"LICENSE-APACHE",
"LICENSE-GPL-2.0",
"LICENSE-MIT",
"NOTICE",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pre-built Linux kernel image and in-VM init shim for supermachine, bundled as xz-compressed payloads inside the crate (no network required at build time). Versioned in lockstep with the supermachine library; pin both to the same version with `=`."
documentation = "https://docs.rs/supermachine-kernel"
readme = "README.md"
keywords = [
"microvm",
"hypervisor",
"kernel",
"supermachine",
"oci",
]
categories = [
"virtualization",
"embedded",
"external-ffi-bindings",
]
license = "Apache-2.0 AND GPL-2.0-only AND MIT"
[lib]
name = "supermachine_kernel"
path = "src/lib.rs"
[dependencies]
[build-dependencies]