Artifact [0197d3a835]
Logged in as anonymous

Artifact 0197d3a835be05ddbd1e7a8ae8ff2370c0f9c936f2bc04815db69bd6c0ebcf7c:


[package]
name = "rsstg"
version = "0.1.19"
authors = ["arcade"]
edition = "2018"

[dependencies]
anyhow = "*"
atom_syndication = { version = "*", features = [ "with-serde" ] }
chrono = "*"
config = "*"
futures = "*"
futures-util = "*"
lazy_static = "*"
regex = "*"
reqwest = { version = "*", features = [ "brotli", "gzip", "deflate" ]}
#reqwest = "~0.10"
rss = { version = "*", features = [ "from_url" ] }
sqlx = { version = "*", features = [ "postgres", "tls", "runtime-tokio-native-tls", "chrono" ] }
#telegram-bot = "*"
telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
tokio = { version = "1.2", features = [ "macros", "net", "rt-multi-thread", "time" ] }

[profile.release]
lto = true
codegen-units = 1