From 5e67779f1e0f7a26973dfa6cd879aed1214934cc Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 12 Apr 2020 17:41:41 +0200 Subject: update deps --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ca03d3c..1cdf0c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,12 +16,14 @@ bytes = { version = "0.5", optional = true } flate2 = { version = "1.0", features = ["tokio"], optional = true } tokio = { version = "0.2", features = ["full"], optional = true } tokio-util = { version = "0.2", features = ["codec"], optional = true } +tokio-test = { version = "0.2", optional = true } futures-util = { version = "0.3", features = ["std"], optional = true } futures = { version = "0.3", optional = true } [features] framing = ["tokio", "tokio-util", "flate2", "bytes"] client = ["tokio", "tokio-util", "futures", "futures-util", "framing"] +test = ["tokio-test", "futures"] default = [] -- cgit v1.2.3