Annotation For Cargo.toml
Logged in as anonymous

Lines of Cargo.toml from check-in 9adc69d514 that are changed by the sequence of edits moving toward check-in be0b8602d1:

                         1: [package]
                         2: name = "rsstg"
                         3: version = "0.6.0"
                         4: authors = [ "arcade@b1t.name" ]
                         5: edition = "2024"
                         6: license = "0BSD"
                         7: repository = "http://fs.b1t.name/rsstg"
                         8: 
                         9: [dependencies]
                        10: async-compat = "0.2.5"
                        11: atom_syndication = { version = "0.12.4", features = [ "with-serde" ] }
                        12: chrono = "0.4.38"
                        13: config = { version = "0.15", default-features = false, features = [ "toml" ] }
9adc69d514 2026-03-25   14: tgbot = "0.43"
                        15: futures = "0.3.30"
                        16: futures-util = "0.3.30"
                        17: lazy_static = "1.5.0"
                        18: regex = "1.10.6"
                        19: reqwest = { version = "0.13.1", features = [ "brotli", "socks", "deflate" ]}
                        20: rss = "2.0.9"
                        21: sedregex = "0.2.5"
                        22: serde = "1.0.228"
                        23: smol = "2.0.2"
                        24: stacked_errors = "0.7.1"
                        25: sqlx = { version = "0.8", features = [ "postgres", "runtime-tokio-rustls", "chrono", "macros" ], default-features = false }
                        26: toml = "1.1.0"
                        27: ttl_cache = "0.5.1"
                        28: url = "2.5.8"
                        29: 
                        30: [profile.release]
                        31: lto = true
                        32: codegen-units = 1