sshcerts 0.3.7

A library for parsing, verifying, and creating SSH Certificates
Documentation
[[example]]
name = "yk-fingerprint"
required-features = ["yubikey"]

[[example]]
name = "yk-provision"
required-features = ["yubikey"]
[dependencies.base64]
version = "0.12.1"

[dependencies.log]
version = "0.4"

[dependencies.ring]
version = "0.16.9"

[dependencies.yubikey-piv]
features = ["untested"]
optional = true
version = "0.1.0"
[dev-dependencies.clap]
version = "3.0.0-beta.2"

[dev-dependencies.hex]
version = "0.4.2"

[features]
default = []
yubikey = ["yubikey-piv"]

[package]
authors = ["Mitchell Grenier <mitchell@confurious.io>"]
categories = ["authentication"]
description = "A library for parsing, verifying, and creating SSH Certificates"
edition = "2018"
homepage = "https://github.com/obelisk/sshcerts"
keywords = ["ssh", "yubikey", "certs", "certificates"]
license-file = "LICENSE"
name = "sshcerts"
repository = "https://github.com/obelisk/sshcerts"
version = "0.3.7"