diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 5 insertions, 6 deletions
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" |