Current section
Files
Jump to
Current section
Files
flwr_oauth2
gleam.toml
gleam.toml
name = "flwr_oauth2"
version = "1.0.2"
description = "A small, focused OAuth 2.0 library for Gleam designed to cover the most common authorization flows without the complexity of larger frameworks."
licences = ["MIT"]
repository = { type = "github", user = "fweingartshofer", repo = "oauth" }
links = [{ title = "Website", href = "https://github.com/fweingartshofer/oauth" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_time = ">= 1.2.0 and < 2.0.0"
prng = ">= 4.0.1 and < 5.0.0"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_hackney = ">= 1.3.1 and < 2.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
[dev-dependencies]
glacier = ">= 1.3.2 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"