# 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 = "wintheme" version = "0.1.0" authors = ["John Nunley "] description = "A library for reading Windows themes." readme = "README.md" keywords = [ "windows", "theme", "ui", ] categories = [ "api-bindings", "gui-toolkit", ] license = "BSL-1.0 OR Apache-2.0" repository = "https://github.com/notgull/wintheme" [target."cfg(windows)".dependencies.windows-sys] version = "0.45.0" features = [ "Win32_UI_Controls", "Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", ] default-features = false [target."cfg(windows)".build-dependencies.autocfg] version = "1.1.0"