kanske 0.1.0

Wayland display configuration daemon — automatically applies output profiles on hotplug
# 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 = "kanske"
version = "0.1.0"
authors = ["Patrik Höjner <patrik@hojner.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wayland display configuration daemon — automatically applies output profiles on hotplug"
homepage = "https://github.com/hojner/kanske"
readme = "README.md"
keywords = [
    "wayland",
    "display",
    "monitor",
    "hotplug",
    "compositor",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/hojner/kanske"
resolver = "2"

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

[dependencies.calloop]
version = "0.14"
features = ["signals"]

[dependencies.calloop-wayland-source]
version = "0.4"

[dependencies.kanske-lib]
version = "0.1.0"

[dependencies.nix]
version = "0.29"
features = ["user"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.wayland-client]
version = "0.31.11"

[dependencies.wayland-protocols]
version = "0.32.9"

[dependencies.wayland-protocols-wlr]
version = "0.3.9"
features = ["client"]