# 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 = "winrt-toast-reborn" version = "0.2.1" authors = [ "Harry Cheng ", "Atif Chowdhury ", ] description = "A toast notification library for Windows 10 and 11." readme = "README.md" keywords = [ "notification", "windows", "toast", "notify", ] categories = [ "os::windows-apis", "gui", ] license = "MIT" repository = "https://github.com/AtifChy/winrt-toast.git" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.scopeguard] version = "1.2" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.5" [dependencies.windows] version = "0.56" features = [ "Data_Xml_Dom", "Foundation", "Foundation_Collections", "Globalization", "UI_Notifications", "Win32_System_Registry", "Win32_Storage_FileSystem", "Win32_Security", "Win32_Foundation", ]