# 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 = "hybrid-bar" version = "0.4.9" authors = ["varsity "] description = "A simple status bar made for wlroots compositors." readme = "README.md" keywords = [ "hyprland", "wayland", "status-bar", "gtk-layer-shell", "linux", ] categories = [ "rendering", "gui", ] license = "MIT" repository = "https://github.com/vars1ty/HybridBar" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 panic = "abort" strip = true [dependencies.glib] version = "0.17.2" [dependencies.gtk] version = "0.17.0" [dependencies.gtk-layer-shell] version = "0.6.0" [dependencies.hyprland] version = "0.3.0" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.lxinfo] version = "0.1.2" [dependencies.stray] version = "0.1.3" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.tracing-subscriber] version = "0.3.16"