Packages

The ywt package for JWT targeting javascript.

Current section

Files

Jump to
ywt_webcrypto gleam.toml
Raw

gleam.toml

name = "ywt_webcrypto"
version = "2.0.0"
description = "The ywt package for JWT targeting javascript."
target = "javascript"
licenses = ["BSD-3-Clause"]
repository = { type = "gitlab", user = "arkandos", repo = "ywt", path = "webcrypto" }
links = [
{ title = "ywt_core", href = "https://hexdocs.pm/ywt_core/index.html" },
{ title = "ywt_erlang", href = "https://hexdocs.pm/ywt_erlang/index.html" },
{ title = "ywt_webcrypto", href = "https://hexdocs.pm/ywt_webcrypto/index.html" },
{ title = "JWT debugger", href = "https://jwt.io" }
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_time = ">= 1.4.0 and < 2.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
ywt_core = ">= 2.0.0 and < 3.0.0"
[dev-dependencies]
simplifile = ">= 2.3.0 and < 3.0.0"
lazy_const = ">= 1.0.0 and < 2.0.0"
gleeunit = ">= 1.6.1 and < 2.0.0"