protobuf-web-token 0.7.0

Create, verify and decode protobuf web tokens
Documentation
[[bench]]
harness = false
name = "pwt_vs_jwt"
path = "benches/pwt_vs_jwt.rs"

[build-dependencies.prost-build]
version = "0.14.1"

[dependencies.base64]
version = "0.22"

[dependencies.ed25519-dalek]
features = ["pem"]
version = "2.2.0"

[dependencies.prost]
version = "0.14.1"

[dependencies.prost-types]
version = "0.14.1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7"

[dev-dependencies.josekit]
version = "0.10.3"

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

[dev-dependencies.rand_distr]
version = "0.5.1"

[dev-dependencies.serde]
version = "1.0.228"

[dev-dependencies.serde_json]
version = "1.0.145"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["authentication", "encoding"]
description = "Create, verify and decode protobuf web tokens"
documentation = "https://github.com/andreasewering/protobuf-web-tokens"
edition = "2021"
homepage = "https://github.com/andreasewering/protobuf-web-tokens"
keywords = ["protobuf", "web", "token"]
license = "\tBSD-3-Clause"
name = "protobuf-web-token"
readme = "README.md"
repository = "https://github.com/andreasewering/protobuf-web-tokens"
version = "0.7.0"