[dev-dependencies.chrono]
version = "0.4"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.213"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.8"
[dev-dependencies.warp]
version = "0.3"
[[example]]
name = "hello"
path = "examples/hello.rs"
[lib]
name = "systemicons"
path = "src/lib.rs"
[package]
authors = ["Uwe Riegel <uriegel@hotmail.de>", "Victor Aremu <victor.olorunbumi@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "With this lib you can retrive the system icon which is associated to a certain file extension. The icon will be in the .png format. Windows, macOS and Linux (GTK) are supported."
edition = "2021"
license = "MIT"
name = "systemicons"
readme = "README.md"
repository = "https://github.com/uriegel/systemicons"
version = "0.9.13"
[target.'cfg(target_os="linux")'.dependencies.gio-sys]
version = "0.18"
[target.'cfg(target_os="linux")'.dependencies.glib]
version = "0.18"
[target.'cfg(target_os="linux")'.dependencies.glib-sys]
version = "0.18"
[target.'cfg(target_os="linux")'.dependencies.gtk]
version = "0.18"
[target.'cfg(target_os="linux")'.dependencies.gtk-sys]
version = "0.18"
[target.'cfg(target_os="macos")'.dependencies.cocoa]
version = "0.26.0"
[target.'cfg(target_os="macos")'.dependencies.objc]
version = "0.2.7"
[target.'cfg(target_os="windows")'.dependencies.image]
default-features = false
features = ["ico"]
version = "0.25.5"
[target.'cfg(target_os="windows")'.dependencies.windows]
features = ["Win32_UI_Shell", "Win32_Graphics_Gdi", "Win32_UI_WindowsAndMessaging", "Win32_Storage_FileSystem"]
version = "0.58.0"