Artifact [c5c83c91a4]
Logged in as anonymous

Artifact c5c83c91a4ea98e96ac3298bc83280e574711645d33c8b0d897792df98ca4f51:


[package]
name = "smtp2tg"
version = "0.6.0"
authors = [ "arcade@b1t.name" ]
edition = "2024"
license = "0BSD"
repository = "http://fs.b1t.name/smtp2tg"

[dependencies]
async-compat = "0.2.5"
config = { version = "0.15", default-features = false, features = [ "toml" ] }
hostname = "0.4.1"
just-getopt = "2.0.0"
lazy_static = "1.5.0"
mail-parser = { version = "0.11", features = ["serde"] }
mailin-embedded = "^0"
regex = "1.11.1"
scraper = "0.25.0"
smol = "2.0.2"
stacked_errors = "0.7.1"
tgbot = "0.41"

[profile.release]
lto = true
codegen-units = 1