1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 08:05:31 +02:00
article_scraper/Cargo.toml
2021-01-21 08:53:56 +01:00

22 lines
611 B
TOML

[package]
name = "article_scraper"
version = "1.1.7"
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
description = "Scrap article contents from the web. Powered by fivefilters full text feed configurations."
repository = "https://gitlab.com/news-flash/article_scraper"
[dependencies]
failure = "0.1"
libxml = "0.2"
reqwest = { version = "0.11", features = ["json", "native-tls"] }
tokio = { version = "1.0", features = ["macros"] }
url = "2.2"
regex = "1.4"
encoding_rs = "0.8"
chrono = "0.4"
base64 = "0.13"
image = "0.23"
log = "0.4"
parking_lot = "0.11"