From 3a9470800c5446b503d0ba268b02897987b99c64 Mon Sep 17 00:00:00 2001 From: Joey Sacchini Date: Mon, 7 Dec 2020 18:39:43 -0500 Subject: do not enable gat by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61a9f60..f1f1ef9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ async-trait = { version = "0.1.42", optional = true } tokio = { version = "0.2", features = ["rt-threaded", "tcp", "io-util", "macros", "dns"], optional = true } [features] -default = [ "compression", "encryption", "gat", "tokio-io" ] +default = [ "compression", "encryption", "tokio-io" ] futures-io = ["futures", "async-trait"] tokio-io = ["tokio", "async-trait"] -- cgit