Annotation For Cargo.toml
Logged in as anonymous

Lines of Cargo.toml from check-in 6702d99a67 that are changed by the sequence of edits moving toward check-in 1db9dbe390:

                         1: [package]
                         2: name = "smtp2tg"
6702d99a67 2024-11-23    3: version = "0.2.5"
                         4: authors = [ "arcade" ]
                         5: edition = "2021"
                         6: 
                         7: [dependencies]
                         8: anyhow = "1.0.86"
6702d99a67 2024-11-23    9: async-std = { version = "1.12.0", features = [ "tokio1" ] }
                        10: config = { version = "=0.14.0", default-features = false, features = [ "toml" ] } # Rust 1.75
                        11: teloxide = { version = "0.13", features = [ "rustls", "throttle" ] }
                        12: mail-parser = { version = "0.9.3", features = ["serde", "serde_support"] }
6702d99a67 2024-11-23   13: samotop = { version = "0.13.2", default-features = false, features = [ "delivery", "parser-peg" ] }
                        14: 
                        15: [profile.release]
                        16: lto = true
                        17: codegen-units = 1