multibg-wayland/deps/niri-ipc-25.2.0/Cargo.toml
Gergő Sályi 9005a99289 Fix niri compatibility, add versioned niri-ipc dependencies
Using multiple niri-ipc versions need an ugly workaround
where we vendor and re-publish old versions to crates.io
See deps/README.md

Fixes issue:
https://github.com/gergo-salyi/multibg-wayland/issues/16
2025-06-01 13:39:50 +02:00

55 lines
1.3 KiB
TOML

# 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 = "multibg-wayland-niri-ipc" # name = "niri-ipc"
version = "0.250200.0" # version = "25.2.0"
authors = ["Ivan Molodetskikh <yalterz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types and helpers for interfacing with the niri Wayland compositor."
readme = "README.md"
keywords = ["wayland"]
categories = [
"api-bindings",
"os",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/YaLTeR/niri"
[features]
clap = ["dep:clap"]
json-schema = ["dep:schemars"]
[lib]
name = "niri_ipc"
path = "src/lib.rs"
[dependencies.clap]
version = "4.5.30"
features = ["derive"]
optional = true
[dependencies.schemars]
version = "0.8.21"
optional = true
[dependencies.serde]
version = "1.0.218"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.139"