Current section
Files
Jump to
Current section
Files
gleam.toml
name = "acumen"
version = "1.1.1"
description = "Gleam library for interacting with Automatic Certificate Management Environment (ACME) servers like Let's Encrypt"
licences = ["Apache-2.0"]
repository = { type = "github", user = "jtdowney", repo = "acumen" }
[dependencies]
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_time = ">= 1.7.0 and < 2.0.0"
gose = ">= 2.1.0 and < 3.0.0"
kryptos = ">= 1.3.0 and < 2.0.0"
thirtytwo = ">= 1.0.0 and < 2.0.0"
splitter = ">= 1.2.0 and < 2.0.0"
[dev-dependencies]
birdie = ">= 1.5.3 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
qcheck = ">= 1.0.3 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
unitest = ">= 1.3.1 and < 2.0.0"