thrussh-keys 0.2.0

A crate to deal with SSH keys: load them, decrypt them, convert them to *ring*.
Documentation
[package]
name = "thrussh-keys"
version = "0.2.0"
authors = ["Pierre-Étienne Meunier <pe@pijul.org>"]
description = "A crate to deal with SSH keys: load them, decrypt them, convert them to *ring*."
keywords = ["ssh"]
repository = "https://nest.pijul.com/pijul_org/thrussh"
homepage = "https://pijul.org/thrussh"
documentation = "https://docs.rs/thrussh-keys"
license = "Apache-2.0"
include = [
        "Cargo.toml",
        "src/lib.rs",
        ]

[dependencies]
thrussh = "0.11"
log = "0.3"
ring = "0.9"
base64 = "0.5"
untrusted = "0.5"
rust-crypto = "0.2"
byteorder = "1.0"
tokio-uds = "0.1"
tokio-core = "0.1"
tokio-io = "0.1"
futures = "0.1"
cryptovec = "0.3"

[dev-dependencies]
env_logger = "0.3"
tempdir="0.3"