nirius 0.7.0

Utility commands for the niri wayland compositor
Documentation
# 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 = "nirius"
version = "0.7.0"
authors = ["Tassilo Horn <tsdh@gnu.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility commands for the niri wayland compositor"
homepage = "https://sr.ht/~tsdh/nirius/"
readme = "README.md"
license = "GPL-3.0+"
repository = "https://git.sr.ht/~tsdh/nirius"

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

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

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

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

[dependencies.env_logger]
version = "0.11"
features = [
    "color",
    "auto-color",
    "humantime",
]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.niri-ipc]
version = "25.11.0"

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0"