[dependencies.serde]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.swayipc-types]
version = "1"
[lib]
name = "swayipc"
path = "src/lib.rs"
[package]
authors = ["Jayce Fayne <jayce.fayne@mailbox.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming"]
description = "A library for controlling sway through its IPC interface"
edition = "2021"
keywords = ["sway", "swaywm", "swayipc", "ipc"]
license = "MIT"
name = "swayipc"
readme = "README.md"
repository = "https://github.com/jaycefayne/swayipc-rs"
version = "3.0.3"