worker_jwt 0.2.0

JWT generation for wasm runtimes (Cloudflare Workers, Deno, browsers) backed by the Web Crypto API
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 = "2024"
name = "worker_jwt"
version = "0.2.0"
authors = ["Creanciel"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JWT generation for wasm runtimes (Cloudflare Workers, Deno, browsers) backed by the Web Crypto API"
readme = "README.md"
keywords = [
    "jwt",
    "wasm",
    "cloudflare-workers",
    "web-crypto",
    "jose",
]
categories = [
    "authentication",
    "cryptography",
    "wasm",
]
license = "MIT"
repository = "https://github.com/Creanciel/worker_jwt"

[features]
default = []
full = [
    "github",
    "google",
]
github = []
google = []

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.wasm_web_crypto]
version = "0.1.0"
features = [
    "sign",
    "key",
]

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.js-sys]
version = "0.3"