passki 0.1.0

A simple and secure WebAuthn/Passkey authentication library
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 = "2024"
name = "passki"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple and secure WebAuthn/Passkey authentication library"
documentation = "https://docs.rs/passki"
readme = "README.md"
keywords = [
    "webauthn",
    "passkey",
    "authentication",
    "fido2",
    "cryptography",
]
categories = [
    "authentication",
    "cryptography",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/gblach/passki"

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

[[example]]
name = "poem"
path = "examples/poem.rs"

[dependencies.aws-lc-rs]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.ciborium]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.poem]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies.uuid]
version = "1"
features = ["v4"]