# 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 = "jsonwebtoken-google-wasm" version = "0.0.8" authors = ["Marco De Vries "] description = "parse and validate google jwt token compliant with webassembly runtimes with jsonwebtoken" documentation = "https://docs.rs/jsonwebtoken-google-wasm" readme = "README.md" keywords = [ "google", "jwt", "sign", "token", "android", ] license = "MIT/Apache-2.0" repository = "https://github.com/0xpaladinsecurity/jsonwebtoken-google-wasm" [dependencies.async-trait] version = "0.1.73" [dependencies.base64] version = "0.21.4" [dependencies.getrandom] version = "0.2.10" features = ["js"] [dependencies.headers] version = "0.3.9" [dependencies.jwt-simple] version = "0.11.6" [dependencies.reqwest] version = "0.11.20" features = ["json"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.thiserror] version = "1.0.48" [dev-dependencies.base64] version = "0.21.4" [dev-dependencies.httpmock] version = "0.6.8" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rsa] version = "0.9.2" [dev-dependencies.tokio] version = "1.32.0"