summaryrefslogtreecommitdiffstats
path: root/tokio-io
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-05 11:50:55 -0700
committerGitHub <noreply@github.com>2019-08-05 11:50:55 -0700
commit6d8cc4e4755abbd0baac9abf154837b9be011a07 (patch)
treeb540604c0679560f0d69a94c2e3ff0cb3010cd1b /tokio-io
parent6cbe3d4f82f2c10be108366ece63e1fb180c90b9 (diff)
tcp: update API documentation (#1392)
Diffstat (limited to 'tokio-io')
-rw-r--r--tokio-io/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tokio-io/Cargo.toml b/tokio-io/Cargo.toml
index 80df8691..894f8613 100644
--- a/tokio-io/Cargo.toml
+++ b/tokio-io/Cargo.toml
@@ -21,6 +21,9 @@ Core I/O primitives for asynchronous I/O in Rust.
categories = ["asynchronous"]
publish = false
+[features]
+util = ["memchr"]
+
[dependencies]
bytes = "0.4.7"
log = "0.4"
@@ -32,6 +35,3 @@ pin-utils = "0.1.0-alpha.4"
tokio = { version = "0.2.0", path = "../tokio" }
futures-util-preview = "0.3.0-alpha.17"
tokio-test = { version = "0.2.0", path = "../tokio-test" }
-
-[features]
-util = ["memchr"]