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