Annotation For Cargo.toml
Logged in as anonymous

Origin for each line in Cargo.toml from check-in 9910c2209c:

61df933942 2020-11-18    1: [package]
61df933942 2020-11-18    2: name = "rsstg"
9910c2209c 2023-08-04    3: version = "0.2.19"
61df933942 2020-11-18    4: authors = ["arcade"]
e7effaf7fb 2022-07-26    5: edition = "2021"
61df933942 2020-11-18    6: 
61df933942 2020-11-18    7: [dependencies]
b2297258c7 2021-11-06    8: anyhow = "*"
cb86e770f9 2022-03-15    9: async-std = { version = "*", features = [ "tokio1" ] }
d52a6ff5c8 2021-09-30   10: atom_syndication = { version = "*", features = [ "with-serde" ] }
4acdad1942 2020-11-26   11: chrono = "*"
cb86e770f9 2022-03-15   12: config = { version = "*", default-features = false, features = [ "toml" ] }
0191d490fe 2020-11-18   13: futures = "*"
0191d490fe 2020-11-18   14: futures-util = "*"
b2297258c7 2021-11-06   15: lazy_static = "*"
d52a6ff5c8 2021-09-30   16: regex = "*"
45e34762e4 2023-05-28   17: reqwest = { version = "^0.11", features = [ "brotli", "socks", "deflate" ]}
d52a6ff5c8 2021-09-30   18: rss = { version = "*", features = [ "from_url" ] }
9171c791eb 2021-11-13   19: sedregex = "*"
cb86e770f9 2022-03-15   20: sqlx = { version = "*", features = [ "postgres", "tls", "runtime-async-std-rustls", "chrono" ] }
b2297258c7 2021-11-06   21: telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
cb86e770f9 2022-03-15   22: 
cb86e770f9 2022-03-15   23: #surf = { version = "*",  default-features = false, features = [ "middleware-logger", "encoding", "h1-client-rustls" ] }
0191d490fe 2020-11-18   24: 
6f950e082f 2020-11-18   25: [profile.release]
6f950e082f 2020-11-18   26: lto = true
6f950e082f 2020-11-18   27: codegen-units = 1