[package] name = "applications" version = "0.2.3" edition = "2021" description = "A cross-platform library for finding installed applications." license = "MIT" repository = "https://github.com/HuakunShen/applications-rs/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ini = "1.3.0" glob = "0.3.1" image = "0.25.1" serde = { version = "1.0", features = ["derive"] } serde_derive = { version = "1.0" } serde_json = "1.0.116" thiserror = "1.0.58" walkdir = "2.4.0" anyhow = "1.0.83" lnk = "0.5.1" parselnk = "0.1.1" [target.'cfg(target_os = "windows")'.dependencies] winreg = "0.52.0" [target.'cfg(target_os = "macos")'.dependencies] cocoa = "0.25.0" core-foundation = "0.9.4" objc = "0.2.7" plist = "1.6.1" tauri-icns = "0.1.0"