# 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 = "windows-icons" version = "0.1.1" authors = ["Zach Connelly"] build = 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 = "main" path = "examples/main.rs" [dependencies.base64] version = "0.22.1" [dependencies.image] version = "0.25" [dependencies.winapi] version = "0.3.9" features = ["shellapi"] [dependencies.windows] version = "0.58" features = [ "Win32_UI", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_UI_WindowsAndMessaging", "Win32_UI_Shell", "Win32_Storage_FileSystem", "Win32_System_ProcessStatus", "Win32_System_Threading", ]