Files
card-cli/Cargo.toml

32 lines
634 B
TOML

[package]
name = "webauthn-cli"
version = "0.1.1"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
[dependencies]
authenticator = "0.3"
clap = "2.33"
rust_util = { version = "0.6", features = ["use_clap"] }
sha1 = "0.6.0"
sha2 = "0.9"
rand = "0.8"
base64 = "0.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
hex = "0.4"
u2f = "0.2"
openpgp-card = "0.0.1"
sequoia-openpgp = "1.3.0"
chrono = "0.4.19"
simpledateformat = "0.1.2"
ring = "0.16.20"
openssl = "0.10.35"
pem = "0.8.3"
digest = "0.9.0"
yubikey = "0.5"
yubico_manager = "0.9"
x509 = "0.2"
x509-parser = "0.9"
#ctap-hid-fido2 = "2.1.3"