# 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 = "hyprland-workspaces-tui" version = "1.0.1" authors = ["Levizor "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "terminal-based user interface (TUI) wrapper for the hyprland-workspaces CLI utility." homepage = "https://github.com/Levizor/hyprland-workspaces-tui" readme = "README.md" license = "MIT" repository = "https://github.com/Levizor/hyprland-workspaces-tui" [[bin]] name = "hyprland-workspaces-tui" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.futures] version = "0.3.31" [dependencies.log] version = "0.4" [dependencies.ratatui] version = "0.29.0" features = ["unstable-widget-ref"] [dependencies.serde_json] version = "1.0.132" [dependencies.simplelog] version = "0.12.2" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tui-big-text] version = "0.7.0"