Packages

Attach DPoP proofs to your Requests

Current section

Files

Jump to
gpop gleam.toml
Raw

gleam.toml

name = "gpop"
version = "0.1.0"
# Documentation related fields
licences = ["Apache-2.0"]
description = "Attach DPoP proofs to your Requests"
repository = { type = "github", user = "edgerunner", repo = "gpop" }
links = [
{ title = "RFC 9449", href = "https://datatracker.ietf.org/doc/html/rfc9449#name-dpop-proof-jwts" },
]
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
# The version of the Gleam compiler that the package requires (optional)
# An error is raised if the version of the compiler used to compile the package
# does not match this requirement.
gleam = ">= 1.13.0"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
youid = ">= 1.5.1 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_time = ">= 1.5.0 and < 2.0.0"
gleam_crypto = ">= 1.5.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"