Files
niri/niri-ipc/Cargo.toml
T

23 lines
546 B
TOML
Raw Normal View History

[package]
name = "niri-ipc"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
description = "Types and helpers for interfacing with the niri Wayland compositor."
keywords = ["wayland"]
categories = ["api-bindings", "os"]
readme = "README.md"
[dependencies]
2024-02-10 09:33:32 +04:00
clap = { workspace = true, optional = true }
2026-03-07 07:37:55 +03:00
schemars = { version = "1.2.1", optional = true }
serde.workspace = true
serde_json.workspace = true
2024-02-10 09:33:32 +04:00
[features]
clap = ["dep:clap"]
json-schema = ["dep:schemars"]