Current section

Files

Jump to
telega_hackney gleam.toml
Raw

gleam.toml

name = "telega_hackney"
version = "3.0.0"
description = "hackney adapter for Telega Telegram Bot Library"
licences = ["Apache-2.0"]
repository = { type = "github", user = "bondiano", repo = "telega-gleam" }
gleam = ">= 1.12.0"
target = "erlang"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
# Depended on for the `hackney` application itself: the adapter calls hackney
# directly (see src/telega_hackney_ffi.erl) because `gleam_hackney` hardcodes
# the request options and leaves hackney's 5-second `recv_timeout` in force.
gleam_hackney = ">= 1.3.3 and < 2.0.0"
telega = ">= 3.0.0 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"