# 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 = "2018" name = "taskbar_interface" version = "0.1.0" description = "An interface to the desktop taskbar" documentation = "https://docs.rs/taskbar_interface" readme = "README.md" keywords = ["taskbar", "interfaces", "ui"] categories = ["gui"] license = "MIT" repository = "https://github.com/sandmor/taskbar_interface" [dependencies.raw-window-handle] version = "0" [dev-dependencies.glutin] version = "0.27" [dev-dependencies.winit] version = "0.25" [target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.dbus] version = "0.9" [target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.lazy_static] version = "1" [target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.x11-dl] version = "2" [target."cfg(all(unix, not(target_os=\"macos\")))".dependencies.x11rb] version = "0.9" features = ["allow-unsafe-code", "dl-libxcb"] [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.19" [target."cfg(target_os = \"windows\")".build-dependencies.windows] version = "0.19"