keywarden 0.1.0

Passkey-only implementation of the Bitwarden server API.
[[bin]]
name = "keywarden"
path = "src/main.rs"
[badges.maintenance]
status = "actively-developed"

[package]
authors = ["Zack Newman <zack@philomathiclife.com>"]
categories = ["api-bindings", "web-programming::http-server"]
description = "Passkey-only implementation of the Bitwarden server API."
documentation = "https://crates.io/crates/keywarden"
edition = "2021"
keywords = ["bitwarden", "passkey", "password", "security", "webauthn"]
license = "AGPL-3.0-only"
name = "keywarden"
readme = "README.md"
repository = "https://git.philomathiclife.com/repos/keywarden/"
version = "0.1.0"
[profile.release]
lto = true
panic = "abort"
strip = true