# 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 = "systrayx" version = "0.4.1" authors = ["Kyle Machulis ", "Vurv78 "] description = "Rust library for making minimal cross-platform systray GUIs" homepage = "https://github.com/Vurv78/systrayx" readme = "README.md" keywords = ["gui"] license = "BSD-3-Clause" repository = "https://github.com/Vurv78/systrayx.git" resolver = "2" [dependencies.log] version = "0.4.8" [target."cfg(target_os = \"linux\")".dependencies.glib] version = "0.14.8" [target."cfg(target_os = \"linux\")".dependencies.gtk] version = "0.14.3" [target."cfg(target_os = \"linux\")".dependencies.libappindicator] version = "0.6.1" [target."cfg(target_os = \"windows\")".dependencies.libc] version = "0.2.66" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.8" features = ["shellapi", "libloaderapi", "errhandlingapi", "impl-default"]