Annotation For Cargo.toml
Logged in as anonymous

Lines of Cargo.toml from check-in 072229b5bf that are changed by the sequence of edits moving toward check-in 14ef340959:

                         1: [package]
                         2: name = "smtp2tg"
072229b5bf 2026-01-01    3: version = "0.5.2"
                         4: authors = [ "arcade" ]
                         5: edition = "2021"
                         6: 
                         7: [dependencies]
                         8: config = { version = "0.15", default-features = false, features = [ "toml" ] }
                         9: hostname = "0.4.1"
                        10: just-getopt = "2.0.0"
                        11: lazy_static = "1.5.0"
                        12: mail-parser = { version = "0.11", features = ["serde"] }
                        13: mailin-embedded = "^0"
                        14: regex = "1.11.1"
                        15: smol = "2.0.2"
                        16: stacked_errors = "0.7.1"
                        17: tgbot = "0.40"
                        18: 
                        19: [profile.release]
                        20: lto = true
                        21: codegen-units = 1