Artifact 94d6ec3144f86d592ffc8c00d6c6cbe9faffbec0fc3c9ad91adb405e592832d4:
- File Cargo.toml — part of check-in [d96b1b4710] at 2025-06-11 18:12:56 on branch trunk — switch to tgbot, change how files are sent (user: arcade, size: 499) [annotate] [blame] [check-ins using]
[package] name = "smtp2tg" version = "0.4.0" authors = [ "arcade" ] edition = "2021" [dependencies] anyhow = "1.0.86" async-std = { version = "1.12.0", features = [ "attributes", "tokio1" ] } config = { version = "0.15", default-features = false, features = [ "toml" ] } just-getopt = "2.0.0" lazy_static = "1.5.0" regex = "1.11.1" tgbot = "0.36.1" thiserror = "2.0.11" mail-parser = { version = "0.11", features = ["serde"] } mailin-embedded = "^0" [profile.release] lto = true codegen-units = 1