Lines of
Cargo.toml
from check-in 2af2d3bc25
that are changed by the sequence of edits moving toward
check-in 01565c7f7e:
1: [package]
2: name = "rsstg"
2af2d3bc25 2026-04-18 3: version = "0.5.4"
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.44"
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: url = "2.5.8"
24:
25: [profile.release]
26: lto = true
27: codegen-units = 1