# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "tmux_interface"
version = "0.3.2"
authors = ["Anton Gepting <anton.gepting@gmail.com>"]
include = [
    "/src/**/*",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE.md",
]
description = "Rust language library for communication with TMUX via CLI"
readme = "README.md"
keywords = [
    "tmux",
    "cli",
    "interface",
]
categories = [
    "api-bindings",
    "command-line-utilities",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/AntonGepting/tmux-interface-rs"

[dependencies]

[features]
cmd_alias = []
default = [
    "tmux_stable",
    "cmd_alias",
]
tmux_0_8 = []
tmux_0_9 = ["tmux_0_8"]
tmux_1_0 = ["tmux_0_9"]
tmux_1_1 = ["tmux_1_0"]
tmux_1_2 = ["tmux_1_1"]
tmux_1_3 = ["tmux_1_2"]
tmux_1_4 = ["tmux_1_3"]
tmux_1_5 = ["tmux_1_4"]
tmux_1_6 = ["tmux_1_5"]
tmux_1_7 = ["tmux_1_6"]
tmux_1_8 = ["tmux_1_7"]
tmux_1_9 = ["tmux_1_8"]
tmux_1_9a = ["tmux_1_9"]
tmux_2_0 = ["tmux_1_9a"]
tmux_2_1 = ["tmux_2_0"]
tmux_2_2 = ["tmux_2_1"]
tmux_2_3 = ["tmux_2_2"]
tmux_2_4 = ["tmux_2_3"]
tmux_2_5 = ["tmux_2_4"]
tmux_2_6 = ["tmux_2_5"]
tmux_2_7 = ["tmux_2_6"]
tmux_2_8 = ["tmux_2_7"]
tmux_2_9 = ["tmux_2_8"]
tmux_2_9a = ["tmux_2_9"]
tmux_3_0 = ["tmux_2_9a"]
tmux_3_0a = ["tmux_3_0"]
tmux_3_1 = ["tmux_3_0a"]
tmux_3_1a = ["tmux_3_1"]
tmux_3_1b = ["tmux_3_1a"]
tmux_3_1c = ["tmux_3_1b"]
tmux_3_2 = ["tmux_3_1c"]
tmux_3_2a = ["tmux_3_2"]
tmux_3_3 = ["tmux_3_2a"]
tmux_3_3a = ["tmux_3_3"]
tmux_3_4 = ["tmux_3_3a"]
tmux_X_X = ["tmux_3_4"]
tmux_latest = ["tmux_3_4"]
tmux_stable = ["tmux_3_4"]