rss-proxy/Cargo.toml

21 lines
495 B
TOML

[package]
name = "rss-proxy"
version = "0.1.0"
edition = "2021"
authors = ["EliasSchriefer <elischriefer@gmail.com>"]
licence = "MIT or Apache-2.0"
[dependencies]
rss = "^2.0"
scraper = "^0.13"
ego-tree = "^0.6"
html5ever = "^0.26"
rayon = "^1.6"
axum = { version = "^0.6", features = ["macros"] }
hyper = { version = "^0.14", features = ["client", "http2"] }
hyper-rustls = { version = "^0.23", features = ["http2"] }
tokio = { version = "^1.23", features = ["rt-multi-thread", "macros"] }