[dependencies.clap]
features = ["derive"]
version = "4.4.7"
[dependencies.dunce]
version = "1.0.4"
[dependencies.thousands]
version = "0.2.0"
[dependencies.windows]
features = ["Foundation", "Win32", "Win32_Foundation", "Win32_UI_Shell", "Win32_UI_Shell_Common", "Win32_UI_Shell_PropertiesSystem", "Win32_System_Com", "Win32_UI_Controls", "Win32_UI_WindowsAndMessaging"]
version = "0.52.0"
[package]
authors = ["Connor Haigh"]
categories = ["command-line-utilities", "os::windows-apis"]
description = "windows-thumbnail-preloader is a command-line application for preloading thumbnails for Windows Explorer."
edition = "2021"
keywords = ["windows", "win32", "explorer"]
license = "MIT"
name = "windows-thumbnail-preloader"
readme = "readme.md"
repository = "https://github.com/connorhaigh/windows-thumbnail-preloader"
version = "0.1.0"
[target."cfg(target_os = \"windows\")".dependencies.windows-core]
version = "0.52.0"