crieur/crieur-retrieve/Cargo.toml
koalp 5d0872b4d9
feat : add retrieve from courrier international
Retrieval of articles from courrier international have been added
2021-05-22 04:41:08 +02:00

30 lines
597 B
TOML

[package]
name = "crieur-retrieve"
description = "Retrive articles from newspapers websites"
authors = ["koalp <koalp@aplaga.dev>"]
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
anyhow = "1.0.40"
async-trait = "0.1.50"
thiserror = "1.0.24"
url = "2.2.2"
hyper = { version = "0.14.7", features = ["full"] }
hyper-rustls = "0.22.1"
cookie = "0.15.0"
lol_html = "0.3.0"
indoc = "1.0.3"
html-minifier = "3.0.12"
bytes = "1.0.1"
base64 = "0.13.0"
futures = "0.3.14"
derive_builder = "0.10.2"
nipper = "0.1.9"
log = "0.4.14"
env_logger = "0.8.3"
[dev-dependencies]
tokio = "1.5.0"