# 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 "] 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"