# 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 = "sunshine-tray" version = "1.0.2" description = "A simple tray icon that shows the current status of sunshine as well as provided the ability to quickly start, stop or configure Sunshine" homepage = "https://github.com/technologicalMayhem/sunshine-tray" readme = "README.md" keywords = [ "sunshine", "tray", ] categories = [ "games", "os::linux-apis", ] license = "MIT" repository = "https://github.com/technologicalMayhem/sunshine-tray" [[bin]] name = "sunshine-tray" [dependencies.ksni] version = "0.2" [dependencies.notify-rust] version = "4" [build-dependencies.const-gen] version = "1.3" [build-dependencies.image] version = "0.24"