[[bin]]
name = "hyprscratch"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.38"
[dependencies.hyprland]
version = "0.4.0-beta.3"
[dependencies.notify]
version = "8.1.0"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[lints.clippy]
unit_arg = "allow"
wildcard_imports = "allow"
wrong_self_convention = "allow"
[lints.clippy.perf]
level = "warn"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Improved scratchpad functionality for Hyprland"
documentation = "https://docs.rs/crate/hyprscratch"
edition = "2021"
homepage = "https://github.com/sashetophizika/hyprscratch"
keywords = ["linux", "wayland", "hyprland", "scratchpad"]
license = "MIT"
name = "hyprscratch"
readme = "README.md"
repository = "https://github.com/sashetophizika/hyprscratch"
version = "0.6.4"