# 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" name = "kernel-builder" version = "0.4.0" authors = ["koopa1338 "] build = 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" [lib] name = "kernel_builder" path = "src/lib.rs" [[bin]] name = "kernel-builder" path = "src/main.rs" [dependencies.config] version = "0.14" [dependencies.dialoguer] version = "0.11" [dependencies.indicatif] version = "0.17" [dependencies.pico-args] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sudo] version = "0.6" [dependencies.thiserror] version = "1.0" [features] dracut = []