add remote PDF fetcher with caching
This commit is contained in:
parent
e640a7cd09
commit
91c69f00f5
4 changed files with 1510 additions and 4 deletions
|
@ -2,11 +2,20 @@
|
|||
name = "poop-graph"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["xenofem <xenofem@xeno.science>"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.1"
|
||||
futures = "0.3"
|
||||
lazy_static = "1.4"
|
||||
pdf = "0.7.2"
|
||||
regex = "1.5.5"
|
||||
reqwest = { version = "0.11", features = ["rustls-tls", "stream"], default-features = false }
|
||||
scraper = "0.12"
|
||||
thiserror = "1"
|
||||
time = { version = "0.3.9", features = ["formatting", "macros", "parsing"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-util = { version = "0.7", features = ["codec"] }
|
||||
url = "2.2.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue