# 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 = "app-finder" version = "0.1.0" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cross-platform Rust library designed to help retrieve information about installed applications on various operating systems." readme = "README.md" keywords = [ "installed-app", "app-finder", "app", "installed", "finder", ] license = "MIT" repository = "https://github.com/aihui999/app-finder" [lib] name = "app_finder" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.94" [dependencies.base64] version = "0.22.1" [dependencies.env_logger] version = "0.11.5" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.sysinfo] version = "0.33.0" [dev-dependencies.ctor] version = "0.2.9" [dev-dependencies.netstat2] version = "0.11" [target.'cfg(target_os = "macos")'.dependencies.icns] version = "0.3.1" [target.'cfg(target_os = "macos")'.dependencies.plist] version = "1.7.0" [target.'cfg(target_os = "windows")'.dependencies.image] version = "0.25.5" [target.'cfg(target_os = "windows")'.dependencies.lnk] version = "0.5.1" [target.'cfg(target_os = "windows")'.dependencies.widestring] version = "1.1.0" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58.0" features = [ "Win32_Foundation", "Win32_Graphics", "Win32_Graphics_Gdi", "Win32_Security", "Win32_Storage_FileSystem", "Win32_UI_Controls", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", ] [target.'cfg(target_os = "windows")'.dependencies.winreg] version = "0.52.0"