name = "sendr_smtp"
version = "1.0.0"
description = "SMTP backend implementation for sendr."
licences = ["ISC"]
repository = { type = "tangled", user = "wommm.nl", repo = "sendr_smtp" }
[dependencies]
gleam_crypto = ">= 1.6.0 and < 2.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"
glidna = ">= 1.0.0 and < 2.0.0"
sendr = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
birl = ">= 2.0.0 and < 3.0.0"
gleam_devutils = { git = "git@tangled.org:wommm.nl/gleam_devutils", ref = "55ce26d2" }
gleam_regexp = ">= 1.1.1 and < 2.0.0"
neon = ">= 1.0.0 and < 2.0.0"
[tools.glinter]
stats = true # show file count, line count, and timing after each run
[tools.glinter.rules]
label_possible = "off"
label_possible_for_pub_fn = "warning"