sshkeys 0.1.0

Rust libraray for parsing OpenSSH certificates and public keys
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 = "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"