# 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 = "reboot-arch-btw" version = "0.8.1" authors = [ "Raphael Nestler ", "Stefan Schindler ", "Danilo Bargen ", ] build = false include = [ "**/*.rs", "Cargo.toml", "Cargo.lock", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Check if you need to reboot due to an updated kernel. (I use Arch btw!)" readme = "README.md" keywords = [ "i-use-arch-btw", "arch", "linux", "kernel", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/rnestler/reboot-arch-btw" [[bin]] name = "reboot-arch-btw" path = "src/main.rs" [dependencies.alpm] version = "4.0.0" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.13" features = [ "help", "usage", "error-context", "std", "derive", ] default-features = false [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.notify-rust] version = "4.11" [dependencies.time] version = "0.3.36" [dependencies.utmp-rs] version = "0.3.0"