rustauth-passkey 0.3.0

Server-side passkey plugin for RustAuth.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "rustauth-passkey"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server-side passkey plugin for RustAuth."
homepage = "https://github.com/salasebas/rustauth"
documentation = "https://docs.rs/rustauth-passkey"
readme = "README.md"
keywords = [
    "auth",
    "oauth",
    "sso",
    "scim",
    "identity",
]
categories = [
    "authentication",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/salasebas/rustauth"

[features]
default = []
test-util = []

[lib]
name = "rustauth_passkey"
path = "src/lib.rs"

[[test]]
name = "passkey"
path = "tests/passkey.rs"
required-features = ["test-util"]

[dependencies.base64]
version = "0.22"

[dependencies.http]
version = "1"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.rustauth-core]
version = "0.3.0"
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_cbor_2]
version = "0.13"

[dependencies.serde_json]
version = "1"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "serde",
]

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
    "v5",
]

[dependencies.webauthn-rs]
version = "0.5"
features = [
    "conditional-ui",
    "danger-allow-state-serialisation",
    "danger-credential-internals",
]

[dependencies.webauthn-rs-core]
version = "=0.5.5"

[dev-dependencies.rustauth-core]
version = "0.3.0"
features = ["test-utils"]
default-features = false

[dev-dependencies.rustauth-sqlx]
version = "0.3.0"
features = [
    "mysql",
    "postgres",
    "sqlite",
]
default-features = false

[dev-dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "time",
    "json",
]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]
default-features = false

[lints.clippy]
expect_used = "warn"
panic = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"