# 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 = "workstyle" version = "0.8.2" authors = ["Pierre Chevalier "] exclude = ["screenshots"] description = "\nWorkspaces with style!\n\nThis program will dynamically rename your workspaces to indicate which programs are running in each workspace. It uses the i3 ipc protocol, which makes it compatible with sway and i3.\n\nBy default, each program is mapped to a unicode character for concision.\n\nThe short description of each program is configurable. In the absence of a config file, one will be generated automatically.\nSee ${XDG_CONFIG_HOME}/workstyle/config.yml for details." homepage = "https://github.com/pierrechevalier83/workstyle" license = "MIT" repository = "https://github.com/pierrechevalier83/workstyle" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0.14" features = ["derive", "std"] default-features = false [dependencies.dirs] version = "3.0.2" [dependencies.env_logger] version = "0.9" [dependencies.indexmap] version = "1.8" [dependencies.lockfile] version = "0.3.0" [dependencies.log] version = "0.4.14" [dependencies.once_cell] version = "1.9" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.signal-hook] version = "0.3.13" features = ["iterator"] default-features = false [dependencies.swayipc] version = "3.0" [dependencies.toml] version = "0.5.8" features = ["preserve_order"]