jsonwebtoken-google-wasm 0.0.8

parse and validate google jwt token compliant with webassembly runtimes with jsonwebtoken
Documentation
[package]
name = "jsonwebtoken-google-wasm"
version = "0.0.8"
edition = "2021"
authors = ["Marco De Vries <marco@paladinsec.co>"]
description = "parse and validate google jwt token compliant with webassembly runtimes with jsonwebtoken"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/jsonwebtoken-google-wasm"
readme = "README.md"
keywords = ["google", "jwt", "sign", "token", "android"]
repository = "https://github.com/0xpaladinsecurity/jsonwebtoken-google-wasm"


[dependencies]
async-trait = "0.1.73"
base64 = "0.21.4"
getrandom = { version = "0.2.10", features = ["js"] }
headers = "0.3.9"
jwt-simple = "0.11.6"
reqwest = { version = "0.11.20", features = ["json"] }
serde = { version = "1.0.188", features = ["derive"] }
thiserror = "1.0.48"

[dev-dependencies]
base64 = "0.21.4"
httpmock = "0.6.8"
rand = "0.8.5"
rsa = "0.9.2"
tokio = "1.32.0"