61df933942 2020-11-18 1: [package]
61df933942 2020-11-18 2: name = "rsstg"
2c6733dc18 2022-05-01 3: version = "0.2.12"
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 = "*"
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 = "*"
cb86e770f9 2022-03-15 17: reqwest = { version = "^0.11", features = [ "brotli", "gzip", "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