ksway 0.1.0

Crate for interfacing with sway/i3 ipc
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "ksway"
version = "0.1.0"
authors = ["Ashkan Kiani"]
description = "Crate for interfacing with sway/i3 ipc"
homepage = "https://github.com/norcalli/ksway/"
readme = "README.md"
keywords = ["i3", "sway", "ipc"]
license = "MIT"
repository = "https://github.com/norcalli/ksway/"

[[example]]
name = "utils"
required-features = ["this-isnt-a-real-example"]
[dependencies.byteorder]
version = "1.3.2"

[dependencies.crossbeam-channel]
version = "0.3.8"

[dependencies.derive_more]
version = "0.15.0"

[dependencies.globwalk]
version = "0.7.1"

[dependencies.itertools]
version = "0.8.0"

[dependencies.num-derive]
version = "0.2.5"

[dependencies.num-traits]
version = "0.2.8"

[dependencies.serde]
version = "1.0.92"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.39"
[dev-dependencies.env_logger]
version = "0.6.1"

[dev-dependencies.json]
version = "0.11.14"

[dev-dependencies.lazy_static]
version = "1.3.0"

[dev-dependencies.log]
version = "0.4.6"

[dev-dependencies.redis]
version = "0.10.0"

[dev-dependencies.regex]
version = "1.1.7"