aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"]