flow-wm 0.1.1

A scrolling, infinite-horizontal-canvas tiling window manager for Windows
# 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 = "2024"
name = "flow-wm"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A scrolling, infinite-horizontal-canvas tiling window manager for Windows"
readme = "README.md"
keywords = [
    "windows",
    "window-manager",
    "tiling",
    "wm",
    "scrolling",
]
categories = [
    "command-line-utilities",
    "os",
]
license = "MIT"
repository = "https://github.com/CCpcalvin/flow-wm"

[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]

[lib]
name = "flow_wm"
path = "src/lib.rs"

[[bin]]
name = "flow"
path = "src/bin/flow.rs"

[[bin]]
name = "flowd"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.chrono]
version = "0.4.45"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.12.3"

[dependencies.schemars]
version = "1.2.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1.1.2"

[dependencies.ureq]
version = "3.3.0"
features = ["rustls"]

[dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Win32_System_Pipes",
    "Win32_System_IO",
    "Win32_Storage_FileSystem",
    "Win32_Security",
    "Win32_UI_WindowsAndMessaging",
    "Win32_UI_Accessibility",
    "Win32_System_Threading",
    "Win32_System_StationsAndDesktops",
    "Win32_Graphics_Gdi",
    "Win32_Graphics_Dwm",
    "Win32_System_LibraryLoader",
    "Win32_UI_Shell",
    "Win32_System_Com",
    "Win32_System_Registry",
]

[dependencies.zip]
version = "8.6.0"
features = ["deflate-flate2"]

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.tempfile]
version = "3.27.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true