[[bench]]
harness = false
name = "certs-per-second"
required-features = ["yubikey"]
[[example]]
name = "yk-fingerprint"
required-features = ["yubikey"]
[[example]]
name = "yk-provision"
required-features = ["yubikey"]
[dependencies.base64]
version = "0.13"
[dependencies.log]
optional = true
version = "0.4"
[dependencies.num-bigint]
optional = true
version = "0.3"
[dependencies.ring]
version = "0.16"
[dependencies.simple_asn1]
optional = true
version = "0.5"
[dependencies.yubikey-piv]
features = ["untested"]
optional = true
version = "0.1.0"
[dev-dependencies.clap]
version = "3.0.0-beta.2"
[dev-dependencies.criterion]
version = "0.3"
[dev-dependencies.env_logger]
version = "0.8.2"
[dev-dependencies.hex]
version = "0.4.2"
[features]
all = ["yubikey", "rsa-signing"]
default = ["rsa-signing"]
rsa-signing = ["simple_asn1", "num-bigint"]
yubikey = ["yubikey-piv", "log"]
[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.11"