Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gose"
version = "2.0.0"
description = "Gleam implementation of JOSE (JWS, JWE, JWK, JWT) and COSE (COSE_Sign, COSE_Encrypt, COSE_Mac0, CWT) standards"
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"