swayipc 2.2.7

A library for controlling sway through its IPC interface
Documentation
example = []
[dependencies.async-std]
optional = true
version = "1.4.0"

[dependencies.failure]
version = "0.1.6"

[dependencies.serde]
version = "1.0.104"

[dependencies.serde_derive]
version = "1.0.104"

[dependencies.serde_json]
version = "1.0.44"

[features]
async = ["async-std"]
default = []

[package]
authors = ["Jayce Fayne <jayce.fayne@mailbox.org>"]
categories = ["asynchronous", "concurrency", "network-programming"]
description = "A library for controlling sway through its IPC interface"
edition = "2018"
keywords = ["sway", "swaywm", "swayipc", "ipc", "async"]
license = "MIT"
name = "swayipc"
readme = "README.md"
repository = "https://github.com/jaycefayne/swayipc-rs"
version = "2.2.7"