# 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 = "installed_pkg" version = "0.3.5" authors = ["JK Guo "] include = [ "src/platform/*", "src/lib.rs", "Cargo.toml", "README.md", "LICENSE-Apache", "LICENSE-MIT", ] description = "A simple cross-platform crate that lists all the apps installed on a system." readme = "README.md" keywords = [ "installed", "app", "application", "pkg", ] categories = [ "os", "os::windows-apis", "os::linux-apis", "os::macos-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GuoJikun/installed_pkg" [dependencies.serde] version = "1.0" features = ["derive"] [target."cfg(target_os = \"macos\")".dependencies.plist] version = "1.7.0" [target."cfg(windows)".dependencies.lnk] version = "0.5.1" [target."cfg(windows)".dependencies.winreg] version = "0.52.0"