linux-boot-params 0.17.1

The Boot Parameters for Linux Boot Protocol
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-boot-params"
version = "0.17.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Boot Parameters for Linux Boot Protocol"
readme = false
license = "MPL-2.0"
repository = "https://github.com/asterinas/asterinas"
resolver = "2"

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

[dependencies]

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