1name = "wisp"
2version = "0.14.0"
3gleam = ">= 0.32.0"
4description = "A practical web framework for Gleam"
5licences = ["Apache-2.0"]
6
7repository = { type = "github", user = "gleam-wisp", repo = "wisp" }
8links = [
9 { title = "Sponsor", href = "https://github.com/sponsors/lpil" },
10]
11
12[dependencies]
13exception = ">= 2.0.0 and < 3.0.0"
14gleam_crypto = ">= 1.0.0 and < 2.0.0"
15gleam_erlang = ">= 0.21.0 and < 2.0.0"
16gleam_http = ">= 3.5.0 and < 4.0.0"
17gleam_json = ">= 0.6.0 and < 2.0.0"
18gleam_stdlib = ">= 0.29.0 and < 2.0.0"
19mist = ">= 1.2.0 and < 2.0.0"
20simplifile = ">= 2.0.0 and < 3.0.0"
21marceau = ">= 1.1.0 and < 2.0.0"
22logging = ">= 1.0.0 and < 2.0.0"
23
24[dev-dependencies]
25gleeunit = "~> 1.0"