app-info 0.1.0

Get the installed apps and icons on the device
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.image]
version = "0.24"

[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

[[example]]
name = "save_icon"
path = "examples/save_icon.rs"

[lib]
name = "app_info"
path = "src/lib.rs"

[package]
authors = ["ChenZibo <qw.54@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Get the installed apps and icons on the device"
documentation = "https://docs.rs/app-info"
edition = "2021"
license = "MIT"
name = "app-info"
readme = "README.md"
repository = "https://github.com/zibo-chen/app-info"
version = "0.1.0"

[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.5.1"

[target.'cfg(target_os = "macos")'.dependencies.cocoa]
version = "0.25"

[target.'cfg(target_os = "macos")'.dependencies.core-graphics2]
version = "0.4.1"

[target.'cfg(target_os = "macos")'.dependencies.icns]
version = "0.3"

[target.'cfg(target_os = "macos")'.dependencies.itertools]
version = "0.13.0"

[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.5.2"

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
features = ["NSBitmapImageRep", "NSImageRep", "NSWorkspace", "NSImage", "NSGraphics", "NSGraphicsContext"]
version = "0.2.2"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
features = ["NSString"]
version = "0.2.2"

[target.'cfg(target_os = "macos")'.dependencies.objc2-vision]
features = ["all"]
version = "0.2.2"

[target.'cfg(target_os = "macos")'.dependencies.plist]
version = "1.7.2"

[target.'cfg(target_os = "windows")'.dependencies.scopeguard]
version = "1.2"

[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Com", "Win32_System_Registry", "Win32_UI_Shell", "Win32_Graphics_Gdi", "Win32_Graphics_Imaging"]
version = "0.56"