Current section

Files

Jump to
oas_generator gleam.toml
Raw

gleam.toml

name = "oas_generator"
version = "1.6.0"
description = "Generate HTTP clients from Open API specs."
licences = ["Apache-2.0"]
repository = { type = "github", user = "crowdhailer", repo = "oas_generator" }
links = []
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
glance = ">= 3.0.0 and < 4.0.0"
gleam_http = ">= 3.7.2 and < 5.0.0"
justin = ">= 1.0.1 and < 2.0.0"
oas = ">= 5.0.0 and < 6.0.0"
glance_printer = ">= 3.0.0 and < 4.0.0"
simplifile = ">= 2.2.1 and < 3.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
snag = ">= 1.1.0 and < 2.0.0"
non_empty_list = ">= 2.1.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 1.4.0"
birdie = ">= 1.2.7 and < 2.0.0"