Files
yubikey.rs/cli/Cargo.toml
T
Tony Arcieri (iqlusion) 37088bba56 yubikey-cli v0.2.0 (#222)
2021-01-30 12:23:09 -08:00

26 lines
694 B
TOML

[package]
name = "yubikey-cli"
version = "0.2.0"
description = """
Command-line interface for performing encryption and signing using RSA/ECC keys
stored on YubiKey devices.
"""
authors = ["Tony Arcieri <tony@iqlusion.io>"]
edition = "2018"
license = "BSD-2-Clause"
repository = "https://github.com/iqlusioninc/yubikey-piv.rs"
readme = "README.md"
categories = ["command-line-utilities", "cryptography", "hardware-support"]
keywords = ["ecdsa", "rsa", "piv", "pcsc", "yubikey"]
[dependencies]
gumdrop = "0.8"
env_logger = "0.8"
lazy_static = "1"
log = "0.4"
sha2 = "0.9"
subtle-encoding = "0.5"
termcolor = "1"
x509-parser = "0.9"
yubikey-piv = { version = "0.2", path = ".." }