Packages

Gleam implementation of JOSE (JWS, JWE, JWK, JWT) and COSE (COSE_Sign, COSE_Encrypt, COSE_Mac0, CWT) standards

Current section

Files

Jump to
gose gleam.toml
Raw

gleam.toml

name = "gose"
version = "1.2.0"
description = "Gleam implementation of JOSE (JSON Object Signing and Encryption) standards (JWS, JWE, JWK, and JWT)"
licences = ["Apache-2.0"]
repository = { type = "github", user = "jtdowney", repo = "gose" }
[dependencies]
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_time = ">= 1.6.0 and < 2.0.0"
kryptos = ">= 1.3.0 and < 2.0.0"
[dev-dependencies]
birdie = ">= 1.5.3 and < 2.0.0"
qcheck = ">= 1.0.3 and < 2.0.0"
simplifile = ">= 2.3.2 and < 3.0.0"
unitest = ">= 1.3.0 and < 2.0.0"