sshc 1.0.0

A simple TUI-based connections/tunnels manager for SSH
# 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]
name = "sshc"
version = "1.0.0"
authors = ["Vladimir Matveev <vladimir.matweev@gmail.com>"]
description = "A simple TUI-based connections/tunnels manager for SSH"
homepage = "https://github.com/netvl/sshc"
readme = "README.md"
keywords = ["ssh", "cli", "tui"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/netvl/sshc"
[dependencies.error-chain]
version = "0.10"

[dependencies.cursive]
version = "0.6"
features = ["termion-backend"]
default-features = false

[dependencies.either]
version = "1.1"

[dependencies.shellexpand]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.toml]
version = "0.4"

[dependencies.itertools]
version = "0.6"

[dependencies.exec]
version = "0.3"

[dependencies.clap]
version = "2.26"