From 47285d5af803ed26d52b7f248a8f2de556e9057f Mon Sep 17 00:00:00 2001 From: Vika Date: Thu, 12 May 2022 01:37:59 +0300 Subject: treewide: prepare for mf2 parsing and cleanup unused code --- Cargo.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 90532eb..b100649 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,12 +104,11 @@ version = "^2.11.0" features = ["http"] [dependencies.hyper] version = "^0.14.17" -features = ["client", "stream", "runtime"] -[dependencies.hyper-rustls] -version = "^0.23.0" -default-features = false -features = ["webpki-tokio", "http1", "http2", "tls12", "logging"] +features = ["stream", "runtime"] [dependencies.reqwest] version = "^0.11.10" default-features = false -features = ["rustls-tls-webpki-roots", "gzip", "brotli", "json", "stream"] \ No newline at end of file +features = ["rustls-tls-webpki-roots", "gzip", "brotli", "json", "stream"] +[dependencies.microformats] +version = "^0.2.0" +git = "https://gitlab.com/maxburon/microformats-parser" -- cgit 1.4.1