Lines of
Cargo.toml
from check-in 0c989b7cba
that are changed by the sequence of edits moving toward
check-in dc7c43b010:
1: [package]
2: name = "rsstg"
0c989b7cba 2025-12-22 3: version = "0.5.1"
4: authors = ["arcade"]
5: edition = "2021"
6:
7: [dependencies]
0c989b7cba 2025-12-22 8: async-std = { version = "1.12.0", features = [ "attributes", "tokio1" ] }
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.40"
13: futures = "0.3.30"
14: futures-util = "0.3.30"
15: lazy_static = "1.5.0"
16: regex = "1.10.6"
0c989b7cba 2025-12-22 17: reqwest = { version = "0.12.7", features = [ "brotli", "socks", "deflate" ]}
18: rss = "2.0.9"
19: sedregex = "0.2.5"
20: stacked_errors = "0.7.1"
0c989b7cba 2025-12-22 21: sqlx = { version = "0.8", features = [ "postgres", "runtime-async-std-rustls", "chrono", "macros" ], default-features = false }
22:
23: [profile.release]
24: lto = true
25: codegen-units = 1