Annotation For Cargo.toml
Logged in as anonymous

Lines of Cargo.toml from check-in 7690cb4cf8 that are changed by the sequence of edits moving toward check-in dc2089ff6a:

                         1: [package]
                         2: name = "rsstg"
7690cb4cf8 2026-01-06    3: version = "0.5.2"
                         4: authors = ["arcade"]
                         5: edition = "2021"
                         6: 
                         7: [dependencies]
                         8: async-compat = "0.2.5"
                         9: atom_syndication = { version = "0.12.4", features = [ "with-serde" ] }
                        10: chrono = "0.4.38"
                        11: config = { version = "0.15", default-features = false, features = [ "toml" ] }
                        12: tgbot = "0.41"
                        13: futures = "0.3.30"
                        14: futures-util = "0.3.30"
                        15: lazy_static = "1.5.0"
                        16: regex = "1.10.6"
                        17: reqwest = { version = "0.13.1", features = [ "brotli", "socks", "deflate" ]}
                        18: rss = "2.0.9"
                        19: sedregex = "0.2.5"
                        20: smol = "2.0.2"
                        21: stacked_errors = "0.7.1"
                        22: sqlx = { version = "0.8", features = [ "postgres", "runtime-tokio-rustls", "chrono", "macros" ], default-features = false }
                        23: 
                        24: [profile.release]
                        25: lto = true
                        26: codegen-units = 1