# 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 = "swayr" version = "0.27.4" authors = ["Tassilo Horn "] description = "A LRU window-switcher (and more) for the sway window manager" homepage = "https://sr.ht/~tsdh/swayr/" readme = "README.md" license = "GPL-3.0+" repository = "https://git.sr.ht/~tsdh/swayr" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.directories] version = "5.0" [dependencies.env_logger] version = "0.11" features = [ "color", "auto-color", "humantime", ] default-features = false [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.19" [dependencies.peg] version = "0.8" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10" [dependencies.rt-format] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.swayipc] version = "3.0" [dependencies.toml] version = "0.8"