i3ctl 0.1.0

A command line app to control i3
# 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 = "i3ctl"
version = "0.1.0"
authors = ["Richard Dodd <richard.o.dodd@gmail.com>"]
description = "A command line app to control i3"
readme = "README.md"
license = "Apache-2.0/MIT"
[dependencies.clap-verbosity-flag]
version = "0.2.0"

[dependencies.config]
version = "0.9.2"

[dependencies.directories]
version = "1.0.2"

[dependencies.i3ipc]
version = "0.10"
features = ["i3-next"]

[dependencies.log]
version = "0.4.6"

[dependencies.pretty_env_logger]
version = "0.3.0"

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

[dependencies.structopt]
version = "0.2.14"