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