authkestra-devsig 0.3.3

Device-bound signature authentication for the authkestra framework: per-request proof-of-possession signing plus an issuer-attested key binding, verifiable with no session store and no per-request network call
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 = "authkestra-devsig"
version = "0.3.3"
build = false
exclude = [
    "/Cargo.lock",
    "tests/**/*",
    "examples/**/*",
    ".github/**/*",
    "docs/**/*",
    "website/**/*",
    "benches/**/*",
    ".gitignore",
    ".agents/**/*",
    "plans/**/*",
    "AGENTS.md",
    "docker-compose.yml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Device-bound signature authentication for the authkestra framework: per-request proof-of-possession signing plus an issuer-attested key binding, verifiable with no session store and no per-request network call"
readme = "README.md"
keywords = [
    "auth",
    "authentication",
    "oauth2",
    "oidc",
]
categories = ["authentication"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/marcjazz/authkestra"

[features]
default = []

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

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.jsonwebtoken]
version = "11"
features = ["rust_crypto"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2.6"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.p256]
version = "0.13"
features = [
    "pem",
    "ecdsa",
]

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rsa]
version = "0.9"

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