name = "fcgi"
version = "1.1.0"
description = "A FastCGI server library for Gleam."
licences = ["Apache-2.0"]
repository = { type = "github", user = "jtdowney", repo = "fcgi" }
target = "erlang"
[dependencies]
exception = ">= 2.1.0 and < 3.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
logging = ">= 1.5.0 and < 2.0.0"
[dev_dependencies]
birdie = ">= 2.0.0 and < 3.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
qcheck = ">= 1.0.4 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
temporary = ">= 1.0.0 and < 2.0.0"
unitest = ">= 1.5.0 and < 2.0.0"