# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "systray" version = "0.4.0" authors = ["Kyle Machulis "] description = "Rust library for making minimal cross-platform systray GUIs" homepage = "http://github.com/qdot/systray-rs" readme = "README.md" keywords = ["gui"] license = "BSD-3-Clause" repository = "https://github.com/qdot/systray-rs.git" [dependencies.log] version = "0.4.8" [target."cfg(target_os = \"linux\")".dependencies.glib] version = "0.9.3" [target."cfg(target_os = \"linux\")".dependencies.gtk] version = "0.8.1" [target."cfg(target_os = \"linux\")".dependencies.libappindicator] version = "0.5.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"]