solid-pod-rs-didkey 0.4.0-alpha.4

did:key (Ed25519 / P-256 / secp256k1) self-signed JWT verifier for solid-pod-rs
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"
rust-version = "1.75"
name = "solid-pod-rs-didkey"
version = "0.4.0-alpha.4"
authors = ["DreamLab-AI contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "did:key (Ed25519 / P-256 / secp256k1) self-signed JWT verifier for solid-pod-rs"
homepage = "https://github.com/dreamlab-ai/solid-pod-rs"
documentation = "https://docs.rs/solid-pod-rs"
readme = "README.md"
keywords = [
    "solid",
    "did",
    "did-key",
    "jwt",
    "webid",
]
categories = [
    "web-programming",
    "cryptography",
]
license = "AGPL-3.0-only"
repository = "https://github.com/dreamlab-ai/solid-pod-rs"

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

[[test]]
name = "jwt_verify"
path = "tests/jwt_verify.rs"

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

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

[dependencies.base64]
version = "0.22"

[dependencies.ed25519-dalek]
version = "2"

[dependencies.k256]
version = "0.13"
features = [
    "ecdsa",
    "schnorr",
]

[dependencies.multibase]
version = "0.9"

[dependencies.p256]
version = "0.13"
features = [
    "ecdsa",
    "pkcs8",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.solid-pod-rs]
version = "0.4.0-alpha.4"
features = [
    "tokio-runtime",
    "security-primitives",
]
default-features = false

[dependencies.thiserror]
version = "1"

[dependencies.unsigned-varint]
version = "0.8"

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

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

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