[[bin]]
name = "authenticator-cli"
path = "src/main.rs"
[dependencies.authenticator]
default-features = false
features = ["crypto_openssl"]
package = "authenticator-ctap2-2021"
version = "0.3.2-dev.1"
[dependencies.clap]
features = ["derive", "env"]
version = "^4.5"
[dependencies.tracing]
version = "^0.1.35"
[dependencies.tracing-subscriber]
features = ["env-filter", "std", "fmt"]
version = "0.3"
[package]
authors = ["William Brown <william@blackhats.net.au>", "Michael Farrell <micolous+git@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Webauthn Authenticator Management Tool"
edition = "2021"
homepage = "https://github.com/kanidm/webauthn-rs"
license = "MPL-2.0"
name = "authenticator-cli"
readme = "README.md"
repository = "https://github.com/kanidm/webauthn-rs"
rust-version = "1.85"
version = "0.5.3"