Lines of
Cargo.toml
from check-in b2297258c7
that are changed by the sequence of edits moving toward
check-in 9171c791eb:
1: [package]
2: name = "rsstg"
b2297258c7 2021-11-06 3: version = "0.1.19"
4: authors = ["arcade"]
5: edition = "2018"
6:
7: [dependencies]
8: anyhow = "*"
9: atom_syndication = { version = "*", features = [ "with-serde" ] }
10: chrono = "*"
11: config = "*"
12: futures = "*"
13: futures-util = "*"
14: lazy_static = "*"
15: regex = "*"
16: reqwest = { version = "*", features = [ "brotli", "gzip", "deflate" ]}
b2297258c7 2021-11-06 17: #reqwest = "~0.10"
18: rss = { version = "*", features = [ "from_url" ] }
19: sqlx = { version = "*", features = [ "postgres", "tls", "runtime-tokio-native-tls", "chrono" ] }
20: #telegram-bot = "*"
21: telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
22: tokio = { version = "1.2", features = [ "macros", "net", "rt-multi-thread", "time" ] }
23:
24: [profile.release]
25: lto = true
26: codegen-units = 1