authenticator-cli 0.1.0

Webauthn Authenticator Management Tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "authenticator-cli"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/kanidm/webauthn-rs"
license = "MPL-2.0"
readme = "README.md"
description = "Webauthn Authenticator Management Tool"

[dependencies]

authenticator = { version = "0.3.2-dev.1", default-features = false, features = ["crypto_openssl"], package = "authenticator-ctap2-2021" }
clap = { version = "^3.0", features = ["derive"] }

tracing = "0.1"
tracing-subscriber = { version = "0.3.11", features = ["env-filter", "fmt"] }
tracing-log = { version = "0.1.3" }