Lines of
Cargo.toml
from check-in a2c4ae4717
that are changed by the sequence of edits moving toward
check-in fabcca1eaf:
1: [package]
2: name = "rsstg"
3: version = "0.5.3"
4: authors = [ "arcade@b1t.name" ]
5: edition = "2024"
6: license = "0BSD"
a2c4ae4717 2026-01-09 7: license-file = "LICENSE.0BSD"
8: repository = "http://fs.b1t.name/rsstg"
9:
10: [dependencies]
11: async-compat = "0.2.5"
12: atom_syndication = { version = "0.12.4", features = [ "with-serde" ] }
13: chrono = "0.4.38"
14: config = { version = "0.15", default-features = false, features = [ "toml" ] }
15: tgbot = "0.41"
16: futures = "0.3.30"
17: futures-util = "0.3.30"
18: lazy_static = "1.5.0"
19: regex = "1.10.6"
20: reqwest = { version = "0.13.1", features = [ "brotli", "socks", "deflate" ]}
21: rss = "2.0.9"
22: sedregex = "0.2.5"
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: url = "2.5.8"
27:
28: [profile.release]
29: lto = true
30: codegen-units = 1