Annotation For Cargo.toml
Logged in as anonymous

Lines of Cargo.toml from check-in b9bf773618 that are changed by the sequence of edits moving toward check-in d711370ce3:

                         1: [package]
                         2: name = "smtp2tg"
b9bf773618 2026-08-01    3: version = "0.6.7"
                         4: authors = [ "arcade@b1t.name" ]
                         5: edition = "2024"
                         6: license = "0BSD"
                         7: repository = "http://fs.b1t.name/smtp2tg"
                         8: 
                         9: [dependencies]
                        10: async-compat = "0.2.5"
                        11: config = { version = "0.15", default-features = false, features = [ "toml" ] }
                        12: hostname = "0.4.1"
                        13: html-escape = "0.2.13"
                        14: clap = { version = "4.6", features = [ "derive" ] }
                        15: mail-parser = "0.11"
                        16: mailin-embedded = "0.8"
                        17: regex = "1.11.1"
                        18: smol = "2.0.2"
b9bf773618 2026-08-01   19: stacked_errors = "0.7.1"
b9bf773618 2026-08-01   20: tgbot = "0.46"
cb1fdeff6f 2026-09-10   21: 
cb1fdeff6f 2026-09-10   22: [profile.release]
cb1fdeff6f 2026-09-10   23: lto = true
cb1fdeff6f 2026-09-10   24: codegen-units = 1
                        25: 
                        26: # All tests are moved to tests/
                        27: [lib]
                        28: test = false
                        29: 
                        30: [[bin]]
                        31: test = false
                        32: name = "smtp2tg"