openssh-keys 0.6.2

read and write OpenSSH public keys
Documentation
[dependencies.base64]
version = "0.21"

[dependencies.byteorder]
version = "1.1"

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

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.home]
version = "~0.5"

[package]
authors = ["Stephen Demos <stephen@demos.zone>"]
description = "read and write OpenSSH public keys"
documentation = "https://docs.rs/openssh-keys"
edition = "2021"
exclude = [".github", ".gitignore", "examples", "fixtures"]
homepage = "https://github.com/coreos/openssh-keys"
keywords = ["ssh", "ssh-keys", "keys", "rsa", "openssh"]
license = "MIT OR Apache-2.0"
name = "openssh-keys"
readme = "README.md"
repository = "https://github.com/coreos/openssh-keys"
rust-version = "1.58.0"
version = "0.6.2"
[package.metadata.release]
pre-release-commit-message = "cargo: openssh-keys release {{version}}"
publish = false
push = false
sign-commit = true
sign-tag = true
tag-message = "openssh-keys {{version}}"