passki 0.1.3

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.3"
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 = "actix-web"
path = "examples/actix-web.rs"

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

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

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

[[example]]
name = "warp"
path = "examples/warp.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.actix-web]
version = "4"

[dev-dependencies.axum]
version = "0.8"
features = ["json"]

[dev-dependencies.env_logger]
version = "0.11"

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

[dev-dependencies.rocket]
version = "0.5"
features = ["json"]

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

[dev-dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
]

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

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

[dev-dependencies.warp]
version = "0.4"
features = ["server"]