2024-01-17 10:38:32 +04:00
|
|
|
[package]
|
|
|
|
|
name = "niri-ipc"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
2024-11-09 17:46:23 +03:00
|
|
|
description = "Types and helpers for interfacing with the niri Wayland compositor."
|
|
|
|
|
keywords = ["wayland"]
|
|
|
|
|
categories = ["api-bindings", "os"]
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
2024-01-17 10:38:32 +04:00
|
|
|
[dependencies]
|
2024-02-10 09:33:32 +04:00
|
|
|
clap = { workspace = true, optional = true }
|
2025-02-26 09:08:20 +00:00
|
|
|
schemars = { version = "0.8.22", optional = true }
|
2024-01-17 10:38:32 +04:00
|
|
|
serde.workspace = true
|
2024-04-19 15:02:32 +02:00
|
|
|
serde_json.workspace = true
|
2024-02-10 09:33:32 +04:00
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
clap = ["dep:clap"]
|
2024-07-12 07:21:52 +02:00
|
|
|
json-schema = ["dep:schemars"]
|