summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/src/lib.rs')
-rw-r--r--ipfs-api/src/lib.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/ipfs-api/src/lib.rs b/ipfs-api/src/lib.rs
index f7b7947..03f43c3 100644
--- a/ipfs-api/src/lib.rs
+++ b/ipfs-api/src/lib.rs
@@ -168,22 +168,14 @@
//!
#[cfg(feature = "actix")]
-extern crate actix_http;
-#[cfg(feature = "actix")]
extern crate actix_multipart_rfc7578 as actix_multipart;
#[cfg(feature = "actix")]
-extern crate awc;
-#[cfg(feature = "actix")]
#[macro_use]
extern crate derive_more;
#[cfg(feature = "hyper")]
-extern crate hyper;
-#[cfg(feature = "hyper")]
extern crate hyper_multipart_rfc7578 as hyper_multipart;
#[cfg(feature = "hyper")]
-extern crate hyper_tls;
-#[cfg(feature = "hyper")]
#[macro_use]
extern crate failure;