[package] name = "poop-graph" version = "0.1.1" edition = "2021" authors = ["xenofem "] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-files = "0.6.0" actix-web = "4.0.1" bytes = "1.1" futures = "0.3" lazy_static = "1.4" log = "0.4.16" pdf = "0.8" regex = "1.5.5" reqwest = { version = "0.11", features = ["rustls-tls", "stream"], default-features = false } scraper = "0.12" simple_logger = { version = "4.2", features = ["stderr"] } thiserror = "1" time = { version = "0.3.9", features = ["formatting", "macros", "parsing"] } tokio = { version = "1", features = ["full"] } tokio-stream = "0.1.8" tokio-util = { version = "0.7", features = ["codec"] } url = "2.2.2"