Lines of
Cargo.toml
from check-in dc2089ff6a
that are changed by the sequence of edits moving toward
check-in a2c4ae4717:
1: [package]
2: name = "rsstg"
dc2089ff6a 2026-01-07 3: version = "0.5.3"
7393d62235 2026-01-07 4: authors = ["arcade"]
7393d62235 2026-01-07 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" ] }
7690cb4cf8 2026-01-06 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 }
dc2089ff6a 2026-01-07 23: url = "2.5.8"
24:
25: [profile.release]
26: lto = true
27: codegen-units = 1