Lines of
Cargo.toml
from check-in ce79786e06
that are changed by the sequence of edits moving toward
check-in b311abee46:
1: [package]
2: name = "smtp2tg"
3: version = "0.2.1"
4: authors = [ "arcade" ]
5: edition = "2021"
6:
7: [dependencies]
8: anyhow = "*"
9: async-std = { version = "*", features = [ "tokio1" ] }
10: config = { version = "*", default-features = false, features = [ "toml" ] }
ce79786e06 2024-06-11 11: env_logger = "*"
12: teloxide = { version = "*", features = [ "rustls", "throttle" ] }
13: mail-parser = { version = "*", features = ["serde", "serde_support"] }
14: samotop = "*"
15:
16: [profile.release]
17: lto = true
18: codegen-units = 1