[package]
edition = "2021"
rust-version = "1.85"
name = "supermachine-kernel-aarch64"
version = "0.7.67"
build = "build.rs"
include = [
"src/**/*.rs",
"build.rs",
"kernel.xz",
"init-oci.xz",
"supermachine-agent.xz",
"smpark.ko.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 aarch64 Linux kernel image, in-VM init shim (init-oci), control agent, and smpark.ko for supermachine's HVF backend, bundled as xz-compressed payloads inside the crate (no network at build time). Resolved automatically per target by the `supermachine-kernel` facade; pin in lockstep with `supermachine`."
documentation = "https://docs.rs/supermachine-kernel-aarch64"
readme = "README.md"
keywords = [
"microvm",
"hypervisor",
"kernel",
"supermachine",
"aarch64",
]
categories = [
"virtualization",
"embedded",
"external-ffi-bindings",
]
license = "Apache-2.0 AND GPL-2.0-only AND MIT"
[lib]
name = "supermachine_kernel_aarch64"
path = "src/lib.rs"
[dependencies]
[build-dependencies]
[lints.clippy]
needless_doctest_main = "allow"