# 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 = "glazewm-extra" version = "0.2.0" exclude = ["assets"] description = "This repository contains additional features for the Glaze Window Manager (glazewm) based on ipc and windows api." homepage = "https://github.com/ptazithos/glazewm-extra" readme = "README.md" keywords = ["glazewm"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ptazithos/glazewm-extra" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.dirs] version = "5.0" [dependencies.fastwebsockets] version = "0.8.0" features = ["upgrade"] [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.3.1" [dependencies.hyper-util] version = "0.1.5" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.single-instance] version = "0.3" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.toml] version = "0.8.14" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.tray-item] version = "0.10.0" [dependencies.windows] version = "0.58.0" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_System_ProcessStatus", "Win32_System_Threading", "Win32_Graphics_Dwm", ] [build-dependencies.embed-resource] version = "2.4.3"