Annotation For Cargo.toml
Logged in as anonymous

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

                         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"
                        18: tgbot = "0.40"
14ef340959 2026-01-01   19: tokio = { version = "~1", features = [ "macros", "rt" ] }
                        20: 
                        21: [profile.release]
                        22: lto = true
                        23: codegen-units = 1