crieur/crieur-retrieve/Cargo.toml
koalp e34edf0b21
All checks were successful
continuous-integration/drone/push Build is passing
fix: keep media queries in ref styles
Previously, media queries weren't keep when downloading styles from ref
tags.

It have been fixed so that media attribute are kept when creating style
tags from ref tags.
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.13"
bytes = "1.0.1"
base64 = "0.13.0"
futures = "0.3.15"
derive_builder = "0.10.2"
nipper = "0.1.9"
log = "0.4.14"
env_logger = "0.8.3"
[dev-dependencies]
tokio = "1.6.0"