# 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 = "2018" name = "winrt-notification" version = "0.5.1" authors = ["allenbenz"] exclude = [".vscode/*"] description = "An incomplete wrapper over the WinRT toast api" documentation = "https://allenbenz.github.io/winrt-notification/0_5_0/winrt_notification/" readme = "README.md" keywords = ["notification", "windows", "toast", "notify"] license = "MIT" repository = "https://github.com/allenbenz/winrt-notification" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.strum] version = "0.22.0" features = ["derive"] [dependencies.xml-rs] version = "0.8.4" [target."cfg(target_env = \"gnu\")".dependencies.windows] version = "0.24.0" features = ["Win32_Foundation", "Foundation_Collections", "Win32_System_SystemInformation", "Win32_System_LibraryLoader", "Data_Xml_Dom", "UI_Notifications"] [target."cfg(target_env = \"msvc\")".dependencies.windows] version = "0.24.0" features = ["Win32_Foundation", "Foundation_Collections", "Win32_System_SystemInformation", "Data_Xml_Dom", "UI_Notifications"]