ssh-keys 0.1.0

Parser of ssh public and private keys
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ssh-keys"
description = """
    Parser of ssh public and private keys
"""
license = "MIT/Apache-2.0"
readme = "README.rst"
keywords = ["ssh", "keys", "parser"]
homepage = "http://github.com/tailhook/ssh-keys"
documentation = "http://docs.rs/ssh-keys"
version = "0.1.0"
authors = ["paul@colomiets.name"]

[dependencies]
quick-error = "1.1.0"
base64 = "0.2.1"
byteorder = "0.5.3"