Annotation For Cargo.toml
Logged in as anonymous

Lines of Cargo.toml from check-in 8ea7b79fca that are changed by the sequence of edits moving toward check-in 4054f8ea66:

                         1: [package]
                         2: name = "smtp2tg"
                         3: version = "0.5.3"
                         4: authors = [ "arcade" ]
                         5: edition = "2021"
                         6: 
                         7: [dependencies]
                         8: async-compat = "0.2.5"
                         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: smol = "2.0.2"
                        17: stacked_errors = "0.7.1"
8ea7b79fca 2026-01-02   18: tgbot = "0.40"
                        19: 
                        20: [profile.release]
                        21: lto = true
                        22: codegen-units = 1