# 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 = "notify-send-win" version = "0.1.3" authors = ["Blexyel (formerly known as PassiHD2004"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A windows equivalent for notify-send " homepage = "https://github.com/PassiHD2004/notify-send-win" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/PassiHD2004/notify-send-win" [[bin]] name = "notify-send-win" path = "src/main.rs" [dependencies.clap] version = "4.5.5" features = ["derive"] [dependencies.win-toast-notify] version = "0.1.3"