# 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" rust-version = "1.56" name = "win7-notifications" version = "0.4.5" authors = ["Tauri Programme within The Commons Conservancy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Send Windows 10 styled notifications on Windows 7." documentation = "https://docs.rs/win7-notifications" readme = "README.md" keywords = [ "notifications", "win7", "windows", "windows7", ] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/win7-notifications" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] [lib] name = "win7_notifications" path = "src/lib.rs" [[example]] name = "multiple" path = "examples/multiple.rs" [[example]] name = "single" path = "examples/single.rs" [dependencies.once_cell] version = "1" [dependencies.windows-sys] version = "0.59" features = [ "Win32_Foundation", "Win32_System_LibraryLoader", "Win32_Graphics_Gdi", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", "Win32_Media_Audio", ] [dev-dependencies.image] version = "0.25" [dev-dependencies.winit] version = "0.29"