# 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 = "hyprswitch" version = "3.1.2" authors = ["h3rmt"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI/GUI that allows switching between windows in Hyprland" documentation = "https://docs.rs/crate/hyprswitch" readme = "README.md" keywords = ["hyprland"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/h3rmt/hyprswitch/" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = "debuginfo" [lib] name = "hyprswitch" path = "src/lib.rs" [[bin]] name = "hyprswitch" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.gtk4] version = "0.9.4" [dependencies.gtk4-layer-shell] version = "0.4.0" [dependencies.hyprland] version = "0.4.0-beta.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.notify-rust] version = "4.11.3" [dependencies.rand] version = "0.8.5" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.stderrlog] version = "0.6.0" [dependencies.tokio] version = "1.41.1" features = ["sync"] [dev-dependencies.random_color] version = "1.0.0" [dev-dependencies.svg] version = "0.18.0"