# 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.70" name = "tauri-winrt-notification" version = "0.7.0" authors = [ "allenbenz", "Tauri Programme within The Commons Conservancy", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An incomplete wrapper over the WinRT toast api" documentation = "https://docs.rs/tauri-winrt-notification/" readme = "README.md" keywords = [ "notification", "windows", "toast", "notify", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tauri-apps/winrt-notification" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [lib] name = "tauri_winrt_notification" path = "src/lib.rs" [[example]] name = "image" path = "examples/image.rs" [[example]] name = "progress" path = "examples/progress.rs" [[example]] name = "reuse_arguments" path = "examples/reuse_arguments.rs" [[example]] name = "reuse_toast" path = "examples/reuse_toast.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "sound_str" path = "examples/sound_str.rs" [[example]] name = "without_library" path = "examples/without_library.rs" [dependencies.quick-xml] version = "0.31" [dependencies.thiserror] version = "1.0" [dependencies.windows] version = "0.58" features = [ "Win32_Foundation", "Foundation_Collections", "Win32_System_SystemInformation", "Data_Xml_Dom", "UI_Notifications", ] [dependencies.windows-version] version = "0.1"