A Gleam WebSocket consumer for AT Protocol Jetstream events.
1name = "goose"
2version = "1.0.0"
3description = "A Gleam WebSocket consumer for AT Protocol Jetstream events"
4licences = ["Apache-2.0"]
5repository = { type = "github", user = "bigmoves", repo = "goose" }
6
7[dependencies]
8gleam_stdlib = ">= 0.44.0 and < 2.0.0"
9gleam_erlang = ">= 1.0.0 and < 2.0.0"
10gleam_http = ">= 4.0.0 and < 5.0.0"
11gleam_json = ">= 3.0.2 and < 4.0.0"
12gun = ">= 2.2.0 and < 3.0.0"
13ezstd = ">= 1.2.0 and < 2.0.0"
14
15[dev-dependencies]
16gleeunit = ">= 1.0.0 and < 2.0.0"