name = "http_server_mock_erlang"
version = "1.0.0"
target = "erlang"
description = "Erlang/OTP runtime for http_server_mock — mist HTTP server + OTP actor"
licences = ["MIT"]
repository = { type = "github", user = "atomfinger", repo = "http_server_mock" }
links = [
{ title = "GitHub", href = "https://github.com/atomfinger/http_server_mock" },
{ title = "Docs", href = "https://hexdocs.pm/http_server_mock_erlang" },
]
[dependencies]
http_server_mock = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
mist = ">= 6.0.3 and < 7.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"