Lines of
Cargo.toml
from check-in a044f68fa7
that are changed by the sequence of edits moving toward
check-in 072229b5bf:
1: [package]
2: name = "smtp2tg"
a044f68fa7 2025-08-23 3: version = "0.5.1"
4: authors = [ "arcade" ]
5: edition = "2021"
6:
7: [dependencies]
a044f68fa7 2025-08-23 8: async-std = { version = "1.12.0", features = [ "attributes", "tokio1" ] }
9: config = { version = "0.15", default-features = false, features = [ "toml" ] }
10: hostname = "0.4.1"
11: just-getopt = "2.0.0"
12: lazy_static = "1.5.0"
13: mail-parser = { version = "0.11", features = ["serde"] }
14: mailin-embedded = "^0"
15: regex = "1.11.1"
16: stacked_errors = "0.7.1"
17: tgbot = "0.40"
18:
19: [profile.release]
20: lto = true
21: codegen-units = 1