# 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 = "i3wsr" version = "2.1.1" authors = ["Daniel Berg "] exclude = ["TODOs.org*", "/script", "/assets/*", "Vagrantfile"] description = "Change i3-wm workspace names based on its contents" documentation = "https://github.com/roosta/i3wsr" readme = "README.md" keywords = ["i3-wm", "window-manager", "workspaces", "linux"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/roosta/i3wsr" resolver = "2" [dependencies.clap] version = "2.33.1" [dependencies.dirs] version = "4.0.0" [dependencies.encoding] version = "0.2" [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.8" [dependencies.failure_derive] version = "0.1.8" [dependencies.i3ipc] version = "0.10.1" [dependencies.itertools] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.111" features = ["derive"] [dependencies.toml] version = "0.5.6" [dependencies.xcb] version = "0.9" [badges.travis-ci] repository = "roosta/i3wsr"