Annotation For Cargo.toml
Logged in as anonymous

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

61df933942 2020-11-18    1: [package]
61df933942 2020-11-18    2: name = "rsstg"
fb629f170b 2021-11-13    3: version = "0.2.2"
61df933942 2020-11-18    4: authors = ["arcade"]
61df933942 2020-11-18    5: edition = "2018"
61df933942 2020-11-18    6: 
61df933942 2020-11-18    7: [dependencies]
b2297258c7 2021-11-06    8: anyhow = "*"
d52a6ff5c8 2021-09-30    9: atom_syndication = { version = "*", features = [ "with-serde" ] }
4acdad1942 2020-11-26   10: chrono = "*"
0191d490fe 2020-11-18   11: config = "*"
0191d490fe 2020-11-18   12: futures = "*"
0191d490fe 2020-11-18   13: futures-util = "*"
b2297258c7 2021-11-06   14: lazy_static = "*"
0191d490fe 2020-11-18   15: regex = "*"
b2297258c7 2021-11-06   16: reqwest = { version = "*", features = [ "brotli", "gzip", "deflate" ]}
0191d490fe 2020-11-18   17: rss = { version = "*", features = [ "from_url" ] }
9171c791eb 2021-11-13   18: sedregex = "*"
b2297258c7 2021-11-06   19: sqlx = { version = "*", features = [ "postgres", "tls", "runtime-tokio-native-tls", "chrono" ] }
b2297258c7 2021-11-06   20: #telegram-bot = "*"
b2297258c7 2021-11-06   21: telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
b2297258c7 2021-11-06   22: tokio = { version = "1.2", features = [ "macros", "net", "rt-multi-thread", "time" ] }
0191d490fe 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