Files
niri/niri-ipc/Cargo.toml
T

23 lines
547 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 }
schemars = { version = "0.8.22", 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"]