diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -17,10 +17,11 @@ 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" ] +default = [ "compression", "encryption", "gat", "tokio-io" ] futures-io = ["futures", "async-trait"] tokio-io = ["tokio", "async-trait"] encryption = ["aes"] compression = [ "flate2" ] -backtrace = []
\ No newline at end of file +backtrace = [] +gat = ["mcproto-rs/gat"]
\ No newline at end of file |