Skip to main content

gleam.toml

name = "aws_gleam_sesv2"
version = "1.5.1"
target = "erlang"

description = "Typed Gleam client for Amazon SES v2. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime."

licences = ["Apache-2.0"]
repository = { type = "github", user = "Ulberg", repo = "aws-gleam" }
links = [
  { title = "Source", href = "https://github.com/Ulberg/aws-gleam/tree/main/services/sesv2" },
]

[dependencies]
aws_gleam_runtime = ">= 1.5.1"
gleam_stdlib = ">= 0.40.0 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_json = ">= 2.0.0 and < 4.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"