stund 0.1.6

An SSH tunnel maintenance daemon.
# 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 = "stund"
version = "0.1.6"
authors = ["Peter Williams <peter@newton.cx>"]
description = "An SSH tunnel maintenance daemon."
homepage = "https://github.com/pkgw/stund/"
documentation = "https://docs.rs/crate/stund"
readme = "README.md"
keywords = ["stund"]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/pkgw/stund/"
[dependencies.atty]
version = "0.2"

[dependencies.base64]
version = "0.10"

[dependencies.daemonize]
version = "0.4"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.rand]
version = "0.6"

[dependencies.state_machine_future]
version = "0.2"

[dependencies.structopt]
version = "0.2"

[dependencies.stund_protocol]
version = "0.1.4"

[dependencies.tokio-borrow-stdio]
version = "0.1.0"

[dependencies.tokio-codec]
version = "0.1"

[dependencies.tokio-core]
version = "0.1"

[dependencies.tokio-io]
version = "0.1"

[dependencies.tokio-pty-process]
version = "0.4.0"

[dependencies.tokio-serde-bincode]
version = "0.2"

[dependencies.tokio-signal]
version = "0.1"

[dependencies.tokio-uds]
version = "0.1"