openssh-keys 0.2.1

read and write OpenSSH 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 = "openssh-keys"
version = "0.2.1"
authors = ["Stephen Demos <stephen@demos.zone>"]
exclude = ["fixtures/*", "ci/*", "appveyor.yml", ".travis.yml", "examples/*"]
description = "read and write OpenSSH public keys"
homepage = "https://github.com/sdemos/openssh-keys"
documentation = "https://docs.rs/openssh-keys"
readme = "README.md"
keywords = ["ssh", "ssh-keys", "keys", "rsa", "openssh"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sdemos/openssh-keys"
[dependencies.base64]
version = "0.6"

[dependencies.byteorder]
version = "1.1"

[dependencies.error-chain]
version = "0.11"
default-features = false

[dependencies.md-5]
version = "0.7.0"

[dependencies.sha2]
version = "0.6"
[badges.appveyor]
repository = "sdemos/openssh-keys"

[badges.travis-ci]
repository = "sdemos/openssh-keys"