Lines of
Cargo.toml
from check-in 0b4812eb1c
that are changed by the sequence of edits moving toward
check-in dae6672b4d:
1: [package]
2: name = "rsstg"
0b4812eb1c 2026-07-19 3: version = "0.5.7"
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" ] }
0b4812eb1c 2026-07-19 12: tgbot = "0.46"
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"
0b4812eb1c 2026-07-19 21: stacked_errors = "0.7.1"
22: sqlx = { version = "0.9", features = [ "postgres", "runtime-smol", "chrono", "macros" ], default-features = false }
23: url = "2.5.8"
0b4812eb1c 2026-07-19 24:
0b4812eb1c 2026-07-19 25: [profile.release]
0b4812eb1c 2026-07-19 26: lto = true
0b4812eb1c 2026-07-19 27: codegen-units = 1