Current section
Files
Jump to
Current section
Files
flwr_oauth2
gleam.toml
gleam.toml
name = "flwr_oauth2"
version = "1.3.0"
description = "A small, focused OAuth 2.0 library for Gleam, built on top of Gleams HTTP requests and responses."
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"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
gleam_crypto = ">= 1.5.1 and < 2.0.0"
[dev-dependencies]
envoy = ">= 1.1.0 and < 2.0.0"
gleam_hackney = ">= 1.3.3 and < 2.0.0"
gleeunit = ">= 1.9.0 and < 2.0.0"