# 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 = "systemd-boot-friend-rs" version = "0.27.3" authors = ["Kaiyang Wu "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Kernel version manager for systemd-boot" homepage = "https://github.com/AOSC-Dev/systemd-boot-friend-rs" readme = "README.md" license = "MIT" repository = "https://github.com/AOSC-Dev/systemd-boot-friend-rs" [profile.release] lto = true [[bin]] name = "sbf" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.console] version = "0.15" [dependencies.dialoguer] version = "0.11" [dependencies.i18n-embed] version = "0.15" features = [ "fluent-system", "desktop-requester", ] [dependencies.i18n-embed-fl] version = "0.9" [dependencies.lazy_static] version = "1.4" [dependencies.libsdbootconf] version = "0.11" [dependencies.nom] version = "7.1" [dependencies.regex] version = "1.5" [dependencies.rust-embed] version = "8.0" [dependencies.same-file] version = "1" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.8" [dependencies.unic-langid] version = "0.9" [build-dependencies.clap] version = "4.0" features = ["derive"] [build-dependencies.clap_complete] version = "4.0" [features] default = ["generic"] generic = []