# 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 = "xaml-island" version = "0.1.0" description = "Xaml islands for rust" homepage = "https://github.com/thisKai/rust-xaml-island" documentation = "https://docs.rs/xaml-island" keywords = [ "windows", "xaml", "island", "desktop", "gui", ] categories = [ "os::windows-apis", "api-bindings", "gui", ] license = "MIT" repository = "https://github.com/thisKai/rust-xaml-island" resolver = "2" [dependencies.windows] version = ">= 0.30, <= 0.35" features = [ "alloc", "Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_System_WinRT_Xaml", "UI_Xaml_Hosting", ]