# 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-thumbnail-preloader" version = "0.1.0" authors = ["Connor Haigh"] description = "windows-thumbnail-preloader is a command-line application for preloading thumbnails for Windows Explorer." readme = "readme.md" keywords = [ "windows", "win32", "explorer", ] categories = [ "command-line-utilities", "os::windows-apis", ] license = "MIT" repository = "https://github.com/connorhaigh/windows-thumbnail-preloader" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.dunce] version = "1.0.4" [dependencies.thousands] version = "0.2.0" [dependencies.windows] version = "0.52.0" 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", ] [target."cfg(target_os = \"windows\")".dependencies.windows-core] version = "0.52.0"