# 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 = "systray2" version = "0.5.0" authors = ["Actyx AG", "Kyle Machulis "] description = "Rust library for making minimal cross-platform systray GUIs" homepage = "http://github.com/actyx/systray2" readme = "README.md" keywords = ["gui"] license = "BSD-3-Clause" repository = "https://github.com/actyx/systray2.git" [dependencies.log] version = "0.4.14" [target."cfg(target_os = \"linux\")".dependencies.glib] version = "0.10.3" [target."cfg(target_os = \"linux\")".dependencies.gtk] version = "0.9.2" [target."cfg(target_os = \"linux\")".dependencies.libappindicator] version = "0.5.2" [target."cfg(target_os = \"windows\")".dependencies.libc] version = "0.2.96" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.9" features = ["shellapi", "libloaderapi", "errhandlingapi", "impl-default"]