# 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 = "hyprdrop" version = "0.2.0" authors = [ "Johann", "banguard@pm.me", ] description = "Dropdown creator for Hyprland, facilitating the toggling of a terminal emulator across various workspaces for seamless access and organization." readme = "README.md" keywords = [ "hyprland", "dropdown", "terminal", "workspaces", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/kjlo/hyprdrop" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [dependencies.hyprland] version = "0.3.13" [dependencies.log] version = "0.4.20" [dependencies.simple_logger] version = "4.3.3" [dependencies.structopt] version = "0.3.26" [dependencies.time] version = "0.3.32"