hyprland 0.3.13

A unoffical rust wrapper for hyprland's IPC
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 = "2021"
name = "hyprland"
version = "0.3.13"
description = "A unoffical rust wrapper for hyprland's IPC"
homepage = "https://github.com/hyprland-community/hyprland-rs"
readme = "README.md"
keywords = [
    "hyprland",
    "ipc",
    "hypr",
    "wayland",
    "linux",
]
categories = ["api-bindings"]
license = "GPL-3.0-or-later"
repository = "https://github.com/hyprland-community/hyprland-rs"

[package.metadata.nix]
build = true

[profile.release]
opt-level = "z"
lto = true
strip = true

[dependencies.async-net]
version = "2"
optional = true

[dependencies.async-std]
version = "1"
optional = true

[dependencies.async-trait]
version = "0.1"

[dependencies.derive_more]
version = "0.99"

[dependencies.doc-comment]
version = "0.3"

[dependencies.futures]
version = "0.3"

[dependencies.futures-lite]
version = "2"
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.hyprland-macros]
version = "0.3.4"

[dependencies.lazy_static]
version = "1.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.paste]
version = "1"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_repr]
version = "0.1"

[dependencies.strum]
version = "0.26"
features = ["derive"]

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[features]
async-net = [
    "dep:async-net",
    "dep:futures-lite",
]
async-std = [
    "dep:async-std",
    "dep:futures-lite",
]
config = [
    "dispatch",
    "keyword",
]
ctl = []
data = []
default = [
    "listener",
    "dispatch",
    "data",
    "keyword",
    "config",
    "ctl",
    "tokio",
]
dispatch = []
keyword = []
listener = [
    "data",
    "dispatch",
]
silent = []
tokio = ["dep:tokio"]