[package] name = "hyprparser" version = "0.1.6" authors = ["Nyx ", "Adam Perkowski "] license = "GPL-2.0" description = "A parser for Hyprland's configuration file." repository = "https://github.com/hyprutils/hyprparser.git" readme = "README.md" keywords = [ "parser", "hyprland", "wayland", "config", ] categories = ["config"] edition = "2021" [lib] name = "hyprparser" path = "src/lib.rs"