# 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" rust-version = "1.71.1" name = "file_icon_provider" version = "0.3.1" authors = ["Iohann Rabeson"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cross-platform Rust library to retrieve file icons on Windows, MacOS and Linux." documentation = "https://docs.rs/file_icon_provider" readme = "README.md" categories = [ "filesystem", "graphics", "gui", "multimedia::images", "os", ] license = "MIT" repository = "https://github.com/IohannRabeson/file_icon_provider" [lib] name = "file_icon_provider" path = "src/lib.rs" [[example]] name = "provider_example" path = "examples/provider_example.rs" [[example]] name = "save_icon" path = "examples/save_icon.rs" [dev-dependencies.clap] version = "4.5.21" features = [ "std", "derive", ] default-features = false [dev-dependencies.iced] version = "0.13.1" features = ["image"] [dev-dependencies.image] version = "0.25.5" features = ["png"] default-features = false [target.'cfg(target_os = "linux")'.dependencies.gio] version = "0.20.6" [target.'cfg(target_os = "linux")'.dependencies.gtk] version = "0.18.1" [target.'cfg(target_os = "macos")'.dependencies.objc2] version = "0.5.2" [target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit] version = "0.2.2" features = [ "NSBitmapImageRep", "NSImageRep", "NSWorkspace", "NSImage", "NSGraphics", "NSGraphicsContext", ] [target.'cfg(target_os = "macos")'.dependencies.objc2-foundation] version = "0.2.2" features = ["NSString"] [target.'cfg(target_os = "windows")'.dependencies.scopeguard] version = "1.2.0" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58.0" features = [ "Win32", "Win32_UI", "Win32_UI_Shell", "Win32_System_Com", "Win32_Graphics", "Win32_Graphics_Imaging", "Win32_Graphics_Gdi", ]