Current section
Files
Jump to
Current section
Files
aws4_request
gleam.toml
gleam.toml
name = "aws4_request"
version = "1.0.0"
gleam = ">= 1.4.0"
description = "An AWS Signature Version 4 client implementation, used for S3 auth, etc"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "aws4_request" }
links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.31 or ~> 1.0"
gleam_http = "~> 3.5"
gleam_crypto = "~> 0.4 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"