swayipc 2.2.2

A library for controlling sway through its IPC interface
Documentation
[package]
name = "swayipc"
version = "2.2.2"
authors = ["Rex Hackbro <rex.hackbro@mailbox.org>"]
edition = "2018"
description = "A library for controlling sway through its IPC interface"
license = "MIT"
repository = "https://github.com/jaycefayne/swayipc-rs"
keywords = ["sway", "swaywm", "swayipc","ipc", "async"]
readme = "README.md"

[dependencies]
serde = "1.0.103"
serde_derive = "1.0.103"
serde_json = "1.0.42"
failure = "0.1.6"
async-std = {version = "1.2.0", optional = true}

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