sshkeys 0.3.3

Rust library for parsing OpenSSH certificates and public keys
Documentation
[dependencies.base64]
version = "0.22"

[dependencies.byteorder]
version = "1.3.4"

[dependencies.serde]
optional = true
version = "1"

[dependencies.sha2]
version = "0.10"
[dev-dependencies.serde_test]
version = "1"

[package]
authors = ["Marin Atanasov Nikolov <dnaeon@gmail.com>"]
categories = ["cryptography", "parser-implementations", "encoding"]
description = "Rust library for parsing OpenSSH certificates and public keys"
documentation = "https://docs.rs/sshkeys"
keywords = ["ssh", "openssh", "parser", "key", "certificate"]
license-file = "LICENSE"
name = "sshkeys"
readme = "README.md"
repository = "https://github.com/dnaeon/rust-sshkeys"
version = "0.3.3"