Annotation For Cargo.toml
Logged in as anonymous

Origin for each line in Cargo.toml from check-in 285ce2bc31:

61df933942 2020-11-18    1: [package]
61df933942 2020-11-18    2: name = "rsstg"
285ce2bc31 2024-09-17    3: version = "0.2.24"
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]
1c444d34ff 2024-08-28    8: anyhow = "1.0.86"
1c444d34ff 2024-08-28    9: async-std = { version = "1.12.0", features = [ "attributes", "tokio1" ] }
1c444d34ff 2024-08-28   10: atom_syndication = { version = "0.12.4", features = [ "with-serde" ] }
1c444d34ff 2024-08-28   11: chrono = "0.4.38"
1c444d34ff 2024-08-28   12: config = { version = "0.14.0", default-features = false, features = [ "toml" ] }
1c444d34ff 2024-08-28   13: futures = "0.3.30"
1c444d34ff 2024-08-28   14: futures-util = "0.3.30"
1c444d34ff 2024-08-28   15: lazy_static = "1.5.0"
1c444d34ff 2024-08-28   16: regex = "1.10.6"
1c444d34ff 2024-08-28   17: reqwest = { version = "0.12.7", features = [ "brotli", "socks", "deflate" ]}
1c444d34ff 2024-08-28   18: rss = "2.0.9"
1c444d34ff 2024-08-28   19: sedregex = "0.2.5"
285ce2bc31 2024-09-17   20: sqlx = { version = "0.8", features = [ "postgres", "runtime-async-std-rustls", "chrono" ] }
1c444d34ff 2024-08-28   21: telegram-bot = { git = "https://github.com/kworr/telegram-bot", features = [ "rustls" ], default-features = false }
1c444d34ff 2024-08-28   22: thiserror = "1.0.63"
6f950e082f 2020-11-18   23: 
6f950e082f 2020-11-18   24: [profile.release]
6f950e082f 2020-11-18   25: lto = true
6f950e082f 2020-11-18   26: codegen-units = 1