# 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 = "win-toast-notify" version = "0.1.6" authors = ["iKineticate"] build = false exclude = [ "examples", "screenshots", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Windows Toast Notifications" homepage = "https://github.com/iKineticate/win-toast-notify" documentation = "https://docs.rs/win-toast-notify" readme = "README.md" keywords = [ "notification", "windows", "toast", "notify", ] license = "MIT" repository = "https://github.com/iKineticate/win-toast-notify" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [lib] name = "win_toast_notify" path = "src/lib.rs" [dependencies.xml] version = "0.8.20"