linux-bzimage-builder 0.17.1

Linux boot compatibility for modern OSes
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 = "2024"
name = "linux-bzimage-builder"
version = "0.17.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux boot compatibility for modern OSes"
readme = false
license = "MPL-2.0"
repository = "https://github.com/asterinas/asterinas"
resolver = "2"

[lib]
name = "linux_bzimage_builder"
path = "src/lib.rs"

[dependencies.align_ext]
version = "0.1.0"

[dependencies.bitflags]
version = "1.3"

[dependencies.libflate]
version = "2.1.0"
features = ["std"]
default-features = false

[dependencies.ostd-pod]
version = "0.4.0"

[dependencies.serde]
version = "1.0.192"
features = [
    "alloc",
    "derive",
]
default-features = false

[dependencies.xmas-elf]
version = "0.10.0"

[dependencies.zerocopy]
version = "0.8.34"
features = ["derive"]

[lints.clippy]
allow_attributes = "warn"
redundant_test_prefix = "warn"

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(ktest)"]