Artifact 9dc22211b57a6e0967d8c4f3e0078894f7ec2fbf410b956f29998b92d2913b68:
- File Cargo.toml — part of check-in [f5ed284f8c] at 2025-06-21 08:45:52 on branch trunk — refactor, split to modules, change error handling, fix how default destination is specified (user: arcade, size: 495) [annotate] [blame] [check-ins using]
[package] name = "smtp2tg" version = "0.5.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" ] } hostname = "0.4.1" just-getopt = "2.0.0" lazy_static = "1.5.0" regex = "1.11.1" tgbot = "0.37" mail-parser = { version = "0.11", features = ["serde"] } mailin-embedded = "^0" [profile.release] lto = true codegen-units = 1