windows-icons 0.4.0

A simple library to extract icons from files on Windows
# 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 = "2024"
name = "windows-icons"
version = "0.4.0"
authors = [
    "Zach Connelly",
    "iKineticate",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple library to extract icons from files on Windows"
readme = "README.md"
license = "MIT"

[lib]
name = "windows_icons"
path = "src/lib.rs"

[[example]]
name = "dll"
path = "examples/dll.rs"

[[example]]
name = "icon"
path = "examples/icon.rs"

[[example]]
name = "process"
path = "examples/process.rs"

[dependencies.base64]
version = "0.23.1"

[dependencies.glob]
version = "0.3.4"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "ico",
]
default-features = false

[dependencies.windows]
version = "0.62.2"
features = [
    "Win32_UI",
    "Win32_Foundation",
    "Win32_Graphics_Gdi",
    "Win32_Security",
    "Win32_UI_Controls",
    "Win32_UI_WindowsAndMessaging",
    "Win32_UI_Shell",
    "Win32_Storage_FileSystem",
    "Win32_System_Com",
    "Win32_System_IO",
    "Win32_System_Ioctl",
    "Win32_System_ProcessStatus",
    "Win32_System_Threading",
    "Win32_System_LibraryLoader",
]