kernel-builder 0.5.0

select kernel version from available sources, build and install
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"
rust-version = "1.85.1"
name = "kernel-builder"
version = "0.5.0"
authors = ["koopa1338 <sinner1991@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "select kernel version from available sources, build and install"
readme = "README.md"
license-file = "LICENSE.md"
repository = "https://github.com/koopa1338/kernel-builder"

[features]
dracut = []

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

[[bin]]
name = "kernel-builder"
path = "src/main.rs"

[dependencies.config]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"

[dependencies.indicatif]
version = "0.17"

[dependencies.pico-args]
version = "0.5"

[dependencies.semver]
version = "1.0.27"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.sudo]
version = "0.6"

[dependencies.thiserror]
version = "2.0"