summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-07-19 13:11:46 -0700
committerGitHub <noreply@github.com>2019-07-19 13:11:46 -0700
commita99fa6e0963e9d3abad8c33df31b42f87fe86b06 (patch)
treecd6ba77e4c4a4442aef85b577f06a384a69b448d /README.md
parentb89ed00a0d0b5ffa8fd3fa3a1faee31b5693cd64 (diff)
chore: remove tokio-futures facade crate (#1327)
This switches from using the tokio-futures facade to referencing futures-* crates directly.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
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