diff options
author | Joey Sacchini <joey@sacchini.net> | 2020-12-07 18:39:43 -0500 |
---|---|---|
committer | Joey Sacchini <joey@sacchini.net> | 2020-12-07 18:39:43 -0500 |
commit | 3a9470800c5446b503d0ba268b02897987b99c64 (patch) | |
tree | 0b0e50661ceb178fb95555d97a3d169f417ec5d6 | |
parent | 317fe7da922303c9ecf3e8de4d202382067dc5a9 (diff) | |
download | craftio-rs-3a9470800c5446b503d0ba268b02897987b99c64.tar.gz craftio-rs-3a9470800c5446b503d0ba268b02897987b99c64.tar.bz2 craftio-rs-3a9470800c5446b503d0ba268b02897987b99c64.zip |
do not enable gat by default
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |