supermachine-kernel-aarch64 0.7.67

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
# 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"
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"