thrussh-keys 0.11.3

Deal with SSH keys: load them, decrypt them, call an SSH agent.
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-keys"
version = "0.11.3"
authors = ["Pierre-Étienne Meunier <pe@pijul.org>"]
include = ["Cargo.toml", "src/lib.rs", "src/pem.rs", "src/agent/mod.rs", "src/agent/msg.rs", "src/agent/server.rs", "src/agent/client.rs", "src/bcrypt_pbkdf.rs", "src/blowfish.rs", "src/encoding.rs", "src/format/mod.rs", "src/format/openssh.rs", "src/format/pkcs5.rs", "src/format/pkcs8.rs", "src/key.rs", "src/signature.rs"]
description = "Deal with SSH keys: load them, decrypt them, call an SSH agent."
homepage = "https://pijul.org/thrussh"
documentation = "https://docs.rs/thrussh-keys"
keywords = ["ssh"]
license = "Apache-2.0"
repository = "https://nest.pijul.com/pijul_org/thrussh"
[dependencies.base64]
version = "0.9"

[dependencies.bit-vec]
version = "0.4"

[dependencies.byteorder]
version = "1.2"

[dependencies.cryptovec]
version = "0.4"

[dependencies.dirs]
version = "1.0"

[dependencies.futures]
version = "0.1"

[dependencies.hex]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.num-bigint]
version = "0.1"
default-features = false

[dependencies.num-integer]
version = "0.1"
default-features = false

[dependencies.openssl]
version = "0.10"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

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

[dependencies.tokio]
version = "0.1"

[dependencies.yasna]
version = "0.1"
[dev-dependencies.env_logger]
version = "0.4"

[dev-dependencies.tempdir]
version = "0.3"

[dev-dependencies.tokio-uds]
version = "0.2"