webauthn-rs 0.4.2-beta.5

Webauthn Framework for Rust Web Servers
Documentation
[package]
name = "webauthn-rs"
version = "0.4.2-beta.5"
authors = ["William Brown <william@blackhats.net.au>"]
edition = "2021"
description = "Webauthn Framework for Rust Web Servers"
repository = "https://github.com/kanidm/webauthn-rs"
readme = "../README.md"
keywords = ["webauthn", "authentication"]
categories = ["authentication", "web-programming"]
license = "MPL-2.0"

[features]
resident-key-support = []
danger-insecure-rs1 = ["webauthn-rs-core/insecure-rs1"]
danger-credential-internals = []
danger-user-presence-only-security-keys = []

[dependencies]
base64urlsafedata = { version = "0.1", path = "../base64urlsafedata" }
webauthn-rs-core = { version = "0.4.2-beta.5", path = "../webauthn-rs-core" }
url = { version = "2", features = ["serde"] }
tracing = "0.1"
serde = { version = "1", features = ["derive"] }
uuid = { version = "1", features = ["v4", "serde"] }