From a99fa6e0963e9d3abad8c33df31b42f87fe86b06 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 19 Jul 2019 13:11:46 -0700 Subject: chore: remove tokio-futures facade crate (#1327) This switches from using the tokio-futures facade to referencing futures-* crates directly. --- README.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b8bc704e..23311e13 100644 --- a/README.md +++ b/README.md @@ -139,8 +139,6 @@ The crates included as part of Tokio are: * [`tokio-fs`]: Filesystem (and standard in / out) APIs. -* [`tokio-futures`]: Experimental `std::future::Future` and `async` / `await` support. - * [`tokio-codec`]: Utilities for encoding and decoding protocol frames. * [`tokio-io`]: Asynchronous I/O related traits and utilities. @@ -166,7 +164,6 @@ The crates included as part of Tokio are: [`tokio-current-thread`]: tokio-current-thread [`tokio-executor`]: tokio-executor [`tokio-fs`]: tokio-fs -[`tokio-futures`]: tokio-futures [`tokio-io`]: tokio-io [`tokio-macros`]: tokio-macros [`tokio-reactor`]: tokio-reactor -- cgit v1.2.3