From 6ae94b96e6d51e3bf251d4a01f17fa7d41c9500f Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 20 Dec 2021 15:22:02 -0600 Subject: start adding nbt to the protocol --- Cargo.lock | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 10c936ff..c037630d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,11 +95,14 @@ dependencies = [ name = "azalea-nbt" version = "0.1.0" dependencies = [ + "async-compression", + "async-recursion", "byteorder", "criterion", "flate2", "num-derive", "num-traits", + "tokio", ] [[package]] @@ -112,6 +115,7 @@ dependencies = [ "azalea-auth", "azalea-chat", "azalea-core", + "azalea-nbt", "byteorder", "bytes", "serde", @@ -214,6 +218,7 @@ dependencies = [ "clap", "criterion-plot", "csv", + "futures", "itertools", "lazy_static", "num-traits", @@ -226,6 +231,7 @@ dependencies = [ "serde_derive", "serde_json", "tinytemplate", + "tokio", "walkdir", ] @@ -351,6 +357,20 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "futures" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca" +dependencies = [ + "futures-channel", + "futures-core", + "futures-io", + "futures-sink", + "futures-task", + "futures-util", +] + [[package]] name = "futures-channel" version = "0.3.18" @@ -358,6 +378,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27" dependencies = [ "futures-core", + "futures-sink", ] [[package]] @@ -391,6 +412,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e" dependencies = [ "futures-core", + "futures-sink", "futures-task", "pin-project-lite", "pin-utils", -- cgit v1.2.3