# 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 = "whiskers-launcher-core" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A create containing the essential code for Whiskers Launcher and it's extensions" readme = "README.md" license = "MIT" repository = "https://github.com/Whiskers-Apps/whiskers-launcher-core" [lib] name = "whiskers_launcher_core" path = "src/lib.rs" [[bin]] name = "whiskers-launcher-core" path = "src/main.rs" [dependencies.bincode] version = "1.3.3" [dependencies.dirs] version = "5.0.1" [dependencies.notify-rust] version = "4.11.3" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.walkdir] version = "2.5.0" [target.'cfg(target_os = "linux")'.dependencies.freedesktop-desktop-entry] version = "0.5.0" [target.'cfg(target_os = "linux")'.dependencies.tux-icons] version = "0.3.0" [target.'cfg(target_os = "windows")'.dependencies.mslnk] version = "0.1.8" [target.'cfg(target_os = "windows")'.dependencies.powershell_script] version = "1.1.0"