applications 0.2.2

A cross-platform library for finding installed applications.
Documentation
[dependencies.anyhow]
version = "1.0.83"

[dependencies.glob]
version = "0.3.1"

[dependencies.image]
version = "0.25.1"

[dependencies.ini]
version = "1.3.0"

[dependencies.lnk]
version = "0.5.1"

[dependencies.parselnk]
version = "0.1.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0.116"

[dependencies.thiserror]
version = "1.0.58"

[dependencies.walkdir]
version = "2.4.0"

[package]
description = "A cross-platform library for finding installed applications."
edition = "2021"
license = "MIT"
name = "applications"
readme = "README.md"
repository = "https://github.com/HuakunShen/applications-rs/"
version = "0.2.2"
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.25.0"

[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9.4"

[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2.7"

[target."cfg(target_os = \"macos\")".dependencies.plist]
version = "1.6.1"

[target."cfg(target_os = \"macos\")".dependencies.tauri-icns]
version = "0.1.0"
[target."cfg(target_os = \"windows\")".dependencies.winreg]
version = "0.52.0"