[package]
edition = "2024"
name = "jsonwebtoken-botan"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Botan backed crypto provider for jsonwebtoken"
homepage = "https://github.com/arckoor/jsonwebtoken-providers/tree/main/jsonwebtoken-botan"
readme = "readme.md"
keywords = ["jwt"]
license = "MIT"
repository = "https://github.com/arckoor/jsonwebtoken-providers"
[lib]
name = "jsonwebtoken_botan"
path = "src/lib.rs"
[dependencies.botan]
version = "0.13.0"
[dependencies.jsonwebtoken]
version = "10.3.0"
default-features = false