thrussh 0.17.0

A client and server SSH library. Memory-safe, doesn't do its own crypto (based on *ring*).
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]
name = "thrussh"
version = "0.17.0"
authors = ["Pierre-Étienne Meunier <pe@pijul.org>"]
include = ["Cargo.toml", "src/auth.rs", "src/encoding.rs", "src/kex.rs", "src/key.rs", "src/lib.rs", "src/msg.rs", "src/negotiation.rs", "src/pty.rs", "src/session.rs", "src/sshbuffer.rs", "src/ssh_read.rs", "src/tcp.rs", "src/bin/client.rs", "src/bin/server.rs", "src/cipher/chacha20poly1305.rs", "src/cipher/clear.rs", "src/cipher/mod.rs", "src/client/mod.rs", "src/client/encrypted.rs", "src/client/authenticate.rs", "src/client/channel_open.rs", "src/client/connection.rs", "src/client/data.rs", "src/client/kex.rs", "src/client/session.rs", "src/client/wait.rs", "src/server/mod.rs", "src/server/encrypted.rs", "src/server/connection.rs", "src/server/kex.rs", "src/server/session.rs", "src/sodium.rs", "src/read_exact_from.rs"]
description = "A client and server SSH library. Memory-safe, doesn't do its own crypto (based on *ring*)."
homepage = "https://pijul.org/thrussh"
documentation = "https://docs.rs/thrussh"
keywords = ["ssh"]
license = "Apache-2.0"
repository = "https://nest.pijul.com/pijul_org/thrussh"
[dependencies.openssl]
version = "0.9.23"

[dependencies.futures]
version = "0.1"

[dependencies.bitflags]
version = "0.9"

[dependencies.thrussh-libsodium]
version = "0.1"

[dependencies.env_logger]
version = "0.4"

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

[dependencies.cryptovec]
version = "0.4.1"

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

[dependencies.log]
version = "0.3"

[dependencies.byteorder]
version = "1.1"