# 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 = "piow" version = "0.6.0" authors = ["Korbinian Maier "] description = "Put Icons On your sway Workspaces" homepage = "https://github.com/KuabeM/piow" readme = "README.md" keywords = [ "sway", "wayland", "workspaces", ] license = "MIT" repository = "https://github.com/KuabeM/piow" [profile.release] lto = true [dependencies.anyhow] version = "1" [dependencies.dirs] version = "4" [dependencies.docopt] version = "1" [dependencies.env_logger] version = "0.9" [dependencies.futures-util] version = "0.3" [dependencies.indexmap] version = "1" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.swayipc-async] version = "2.0.0" [dependencies.sysinfo] version = "0.29.0" [dependencies.syslog] version = "6" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [dependencies.toml] version = "0.5"