# 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" name = "applications" version = "0.2.3" description = "A cross-platform library for finding installed applications." readme = "README.md" license = "MIT" repository = "https://github.com/HuakunShen/applications-rs/" [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] version = "1.0" features = ["derive"] [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" [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"