aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-xCargo.lock67
1 files changed, 66 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9e4f14f5..5911b133 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -90,9 +90,20 @@ name = "azalea-brigadier"
version = "0.1.0"
[[package]]
+name = "azalea-buf"
+version = "0.1.0"
+dependencies = [
+ "buf-macros",
+ "byteorder",
+ "tokio",
+ "uuid",
+]
+
+[[package]]
name = "azalea-chat"
version = "0.1.0"
dependencies = [
+ "azalea-buf",
"azalea-language",
"lazy_static",
"serde",
@@ -106,15 +117,19 @@ dependencies = [
"azalea-auth",
"azalea-core",
"azalea-crypto",
+ "azalea-entity",
"azalea-protocol",
"azalea-world",
+ "owning_ref",
"tokio",
+ "uuid",
]
[[package]]
name = "azalea-core"
version = "0.1.0"
dependencies = [
+ "azalea-buf",
"azalea-chat",
"azalea-nbt",
"uuid",
@@ -125,6 +140,7 @@ name = "azalea-crypto"
version = "0.1.0"
dependencies = [
"aes",
+ "azalea-buf",
"cfb8",
"num-bigint",
"rand",
@@ -133,6 +149,17 @@ dependencies = [
]
[[package]]
+name = "azalea-entity"
+version = "0.1.0"
+dependencies = [
+ "azalea-buf",
+ "azalea-chat",
+ "azalea-core",
+ "azalea-nbt",
+ "uuid",
+]
+
+[[package]]
name = "azalea-language"
version = "0.1.0"
dependencies = [
@@ -145,6 +172,7 @@ dependencies = [
name = "azalea-nbt"
version = "0.1.0"
dependencies = [
+ "azalea-buf",
"byteorder",
"criterion",
"flate2",
@@ -160,9 +188,11 @@ dependencies = [
"async-recursion",
"azalea-auth",
"azalea-brigadier",
+ "azalea-buf",
"azalea-chat",
"azalea-core",
"azalea-crypto",
+ "azalea-entity",
"azalea-nbt",
"byteorder",
"bytes",
@@ -180,9 +210,13 @@ name = "azalea-world"
version = "0.1.0"
dependencies = [
"azalea-block",
+ "azalea-buf",
"azalea-core",
+ "azalea-entity",
"azalea-nbt",
- "azalea-protocol",
+ "log",
+ "nohash-hasher",
+ "uuid",
]
[[package]]
@@ -217,6 +251,7 @@ dependencies = [
"azalea-core",
"azalea-protocol",
"tokio",
+ "uuid",
]
[[package]]
@@ -232,6 +267,15 @@ dependencies = [
]
[[package]]
+name = "buf-macros"
+version = "0.1.0"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
name = "bumpalo"
version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -745,6 +789,12 @@ dependencies = [
]
[[package]]
+name = "nohash-hasher"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
+
+[[package]]
name = "num"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -854,6 +904,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
[[package]]
+name = "owning_ref"
+version = "0.4.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
+dependencies = [
+ "stable_deref_trait",
+]
+
+[[package]]
name = "packet-macros"
version = "0.1.0"
dependencies = [
@@ -1189,6 +1248,12 @@ dependencies = [
]
[[package]]
+name = "stable_deref_trait"
+version = "1.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
+
+[[package]]
name = "syn"
version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"