mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
chore: Release
This commit is contained in:
parent
619984fa33
commit
5a8f50950a
20 changed files with 86 additions and 86 deletions
38
Cargo.lock
generated
38
Cargo.lock
generated
|
@ -109,7 +109,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea"
|
name = "azalea"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -130,7 +130,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-auth"
|
name = "azalea-auth"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
"azalea-crypto",
|
"azalea-crypto",
|
||||||
|
@ -148,7 +148,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-block"
|
name = "azalea-block"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-block-macros",
|
"azalea-block-macros",
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
|
@ -156,7 +156,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-block-macros"
|
name = "azalea-block-macros"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -165,11 +165,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-brigadier"
|
name = "azalea-brigadier"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-buf"
|
name = "azalea-buf"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf-macros",
|
"azalea-buf-macros",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
@ -181,7 +181,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-buf-macros"
|
name = "azalea-buf-macros"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -190,7 +190,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-chat"
|
name = "azalea-chat"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
"azalea-language",
|
"azalea-language",
|
||||||
|
@ -201,7 +201,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-client"
|
name = "azalea-client"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -226,7 +226,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-core"
|
name = "azalea-core"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
"azalea-chat",
|
"azalea-chat",
|
||||||
|
@ -236,7 +236,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-crypto"
|
name = "azalea-crypto"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
|
@ -251,7 +251,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-language"
|
name = "azalea-language"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -260,7 +260,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-nbt"
|
name = "azalea-nbt"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
|
@ -274,7 +274,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-physics"
|
name = "azalea-physics"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-block",
|
"azalea-block",
|
||||||
"azalea-core",
|
"azalea-core",
|
||||||
|
@ -286,7 +286,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-protocol"
|
name = "azalea-protocol"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-compression",
|
"async-compression",
|
||||||
"async-recursion",
|
"async-recursion",
|
||||||
|
@ -318,7 +318,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-protocol-macros"
|
name = "azalea-protocol-macros"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -327,7 +327,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-registry"
|
name = "azalea-registry"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
"azalea-registry-macros",
|
"azalea-registry-macros",
|
||||||
|
@ -335,7 +335,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-registry-macros"
|
name = "azalea-registry-macros"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -344,7 +344,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-world"
|
name = "azalea-world"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-block",
|
"azalea-block",
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
|
|
|
@ -4,13 +4,13 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-auth"
|
name = "azalea-auth"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-auth"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-auth"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-buf = {path = "../azalea-buf", version = "^0.3.0"}
|
azalea-buf = {path = "../azalea-buf", version = "^0.4.0" }
|
||||||
azalea-crypto = {path = "../azalea-crypto", version = "^0.3.0"}
|
azalea-crypto = {path = "../azalea-crypto", version = "^0.4.0" }
|
||||||
chrono = {version = "0.4.22", default-features = false}
|
chrono = {version = "0.4.22", default-features = false}
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
num-bigint = "0.4.3"
|
num-bigint = "0.4.3"
|
||||||
|
|
|
@ -4,12 +4,12 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-block"
|
name = "azalea-block"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-block"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-block"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-block-macros = {path = "./azalea-block-macros", version = "^0.3.0" }
|
azalea-block-macros = {path = "./azalea-block-macros", version = "^0.4.0" }
|
||||||
azalea-buf = {path = "../azalea-buf", version = "^0.3.0" }
|
azalea-buf = {path = "../azalea-buf", version = "^0.4.0" }
|
||||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-block-macros"
|
name = "azalea-block-macros"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-block/azalea-block-macros"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-block/azalea-block-macros"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-brigadier"
|
name = "azalea-brigadier"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-brigadier"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-brigadier"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -4,12 +4,12 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-buf"
|
name = "azalea-buf"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.3.0" }
|
azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.4.0" }
|
||||||
byteorder = "^1.4.3"
|
byteorder = "^1.4.3"
|
||||||
serde_json = {version = "^1.0", optional = true}
|
serde_json = {version = "^1.0", optional = true}
|
||||||
thiserror = "^1.0.34"
|
thiserror = "^1.0.34"
|
||||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-buf-macros"
|
name = "azalea-buf-macros"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
|
@ -3,14 +3,14 @@ description = "Parse Minecraft chat messages."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-chat"
|
name = "azalea-chat"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-chat"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-chat"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-buf = {path = "../azalea-buf", features = ["serde_json"], version = "^0.3.0" }
|
azalea-buf = {path = "../azalea-buf", features = ["serde_json"], version = "^0.4.0" }
|
||||||
azalea-language = {path = "../azalea-language", version = "^0.3.0" }
|
azalea-language = {path = "../azalea-language", version = "^0.4.0" }
|
||||||
once_cell = "1.16.0"
|
once_cell = "1.16.0"
|
||||||
serde = "^1.0.130"
|
serde = "^1.0.130"
|
||||||
serde_json = "^1.0.72"
|
serde_json = "^1.0.72"
|
||||||
|
|
|
@ -4,21 +4,21 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-client"
|
name = "azalea-client"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-client"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-client"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.59"
|
anyhow = "1.0.59"
|
||||||
async-trait = "0.1.58"
|
async-trait = "0.1.58"
|
||||||
azalea-auth = {path = "../azalea-auth", version = "0.3.0"}
|
azalea-auth = {path = "../azalea-auth", version = "0.4.0" }
|
||||||
azalea-block = {path = "../azalea-block", version = "0.3.0"}
|
azalea-block = {path = "../azalea-block", version = "0.4.0" }
|
||||||
azalea-chat = {path = "../azalea-chat", version = "0.3.0"}
|
azalea-chat = {path = "../azalea-chat", version = "0.4.0" }
|
||||||
azalea-core = {path = "../azalea-core", version = "0.3.0"}
|
azalea-core = {path = "../azalea-core", version = "0.4.0" }
|
||||||
azalea-crypto = {path = "../azalea-crypto", version = "0.3.0"}
|
azalea-crypto = {path = "../azalea-crypto", version = "0.4.0" }
|
||||||
azalea-physics = {path = "../azalea-physics", version = "0.3.0"}
|
azalea-physics = {path = "../azalea-physics", version = "0.4.0" }
|
||||||
azalea-protocol = {path = "../azalea-protocol", version = "0.3.0"}
|
azalea-protocol = {path = "../azalea-protocol", version = "0.4.0" }
|
||||||
azalea-world = {path = "../azalea-world", version = "0.3.0"}
|
azalea-world = {path = "../azalea-world", version = "0.4.0" }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
nohash-hasher = "0.2.0"
|
nohash-hasher = "0.2.0"
|
||||||
once_cell = "1.16.0"
|
once_cell = "1.16.0"
|
||||||
|
|
|
@ -3,13 +3,13 @@ description = "Miscellaneous things in Azalea."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-core"
|
name = "azalea-core"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-core"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-core"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-buf = {path = "../azalea-buf", version = "^0.3.0" }
|
azalea-buf = {path = "../azalea-buf", version = "^0.4.0" }
|
||||||
azalea-chat = {path = "../azalea-chat", version = "^0.3.0" }
|
azalea-chat = {path = "../azalea-chat", version = "^0.4.0" }
|
||||||
azalea-nbt = {path = "../azalea-nbt", version = "^0.3.0" }
|
azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0" }
|
||||||
uuid = "^1.1.2"
|
uuid = "^1.1.2"
|
||||||
|
|
|
@ -3,14 +3,14 @@ description = "Cryptography features used in Minecraft."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-crypto"
|
name = "azalea-crypto"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-crypto"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-crypto"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
aes = "0.8.1"
|
aes = "0.8.1"
|
||||||
azalea-buf = {path = "../azalea-buf", version = "^0.3.0" }
|
azalea-buf = {path = "../azalea-buf", version = "^0.4.0" }
|
||||||
cfb8 = "0.8.1"
|
cfb8 = "0.8.1"
|
||||||
num-bigint = "^0.4.3"
|
num-bigint = "^0.4.3"
|
||||||
rand = {version = "^0.8.4", features = ["getrandom"]}
|
rand = {version = "^0.8.4", features = ["getrandom"]}
|
||||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-language"
|
name = "azalea-language"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-language"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-language"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -3,14 +3,14 @@ description = "A fast NBT serializer and deserializer."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-nbt"
|
name = "azalea-nbt"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-nbt"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-nbt"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ahash = "^0.8.0"
|
ahash = "^0.8.0"
|
||||||
azalea-buf = {path = "../azalea-buf", version = "^0.3.0" }
|
azalea-buf = {path = "../azalea-buf", version = "^0.4.0" }
|
||||||
byteorder = "^1.4.3"
|
byteorder = "^1.4.3"
|
||||||
flate2 = "^1.0.23"
|
flate2 = "^1.0.23"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
|
|
|
@ -4,14 +4,14 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-physics"
|
name = "azalea-physics"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-physics"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-physics"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-block = {path = "../azalea-block", version = "^0.3.0"}
|
azalea-block = {path = "../azalea-block", version = "^0.4.0" }
|
||||||
azalea-core = {path = "../azalea-core", version = "^0.3.0"}
|
azalea-core = {path = "../azalea-core", version = "^0.4.0" }
|
||||||
azalea-world = {path = "../azalea-world", version = "^0.3.0"}
|
azalea-world = {path = "../azalea-world", version = "^0.4.0" }
|
||||||
once_cell = "1.16.0"
|
once_cell = "1.16.0"
|
||||||
parking_lot = "^0.12.1"
|
parking_lot = "^0.12.1"
|
||||||
|
|
||||||
|
|
|
@ -4,24 +4,24 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-protocol"
|
name = "azalea-protocol"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true}
|
async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true}
|
||||||
async-recursion = "1.0.0"
|
async-recursion = "1.0.0"
|
||||||
azalea-auth = {path = "../azalea-auth", version = "^0.3.0"}
|
azalea-auth = {path = "../azalea-auth", version = "^0.4.0" }
|
||||||
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.3.0"}
|
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.4.0" }
|
||||||
azalea-brigadier = {path = "../azalea-brigadier", version = "^0.3.0"}
|
azalea-brigadier = {path = "../azalea-brigadier", version = "^0.4.0" }
|
||||||
azalea-buf = {path = "../azalea-buf", version = "^0.3.0"}
|
azalea-buf = {path = "../azalea-buf", version = "^0.4.0" }
|
||||||
azalea-chat = {path = "../azalea-chat", version = "^0.3.0"}
|
azalea-chat = {path = "../azalea-chat", version = "^0.4.0" }
|
||||||
azalea-core = {path = "../azalea-core", optional = true, version = "^0.3.0"}
|
azalea-core = {path = "../azalea-core", optional = true, version = "^0.4.0" }
|
||||||
azalea-crypto = {path = "../azalea-crypto", version = "^0.3.0"}
|
azalea-crypto = {path = "../azalea-crypto", version = "^0.4.0" }
|
||||||
azalea-nbt = {path = "../azalea-nbt", version = "^0.3.0"}
|
azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0" }
|
||||||
azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.3.0"}
|
azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.4.0" }
|
||||||
azalea-registry = {path = "../azalea-registry", version = "^0.3.0"}
|
azalea-registry = {path = "../azalea-registry", version = "^0.4.0" }
|
||||||
azalea-world = {path = "../azalea-world", version = "^0.3.0"}
|
azalea-world = {path = "../azalea-world", version = "^0.4.0" }
|
||||||
byteorder = "^1.4.3"
|
byteorder = "^1.4.3"
|
||||||
bytes = "^1.1.0"
|
bytes = "^1.1.0"
|
||||||
flate2 = "1.0.23"
|
flate2 = "1.0.23"
|
||||||
|
|
|
@ -3,7 +3,7 @@ description = "Macros internally used in azalea-protocol."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-protocol-macros"
|
name = "azalea-protocol-macros"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol/azalea-protocol-macros"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol/azalea-protocol-macros"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
@ -3,11 +3,11 @@ description = "Use Minecraft's registries."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-registry"
|
name = "azalea-registry"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-buf = {path = "../azalea-buf", version = "^0.3.0" }
|
azalea-buf = {path = "../azalea-buf", version = "^0.4.0" }
|
||||||
azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.3.0" }
|
azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.4.0" }
|
||||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-registry-macros"
|
name = "azalea-registry-macros"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry/azalea-registry-macros"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry/azalea-registry-macros"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
|
@ -4,17 +4,17 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-world"
|
name = "azalea-world"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-world"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-world"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.3.0"}
|
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.4.0" }
|
||||||
azalea-buf = {path = "../azalea-buf", version = "^0.3.0"}
|
azalea-buf = {path = "../azalea-buf", version = "^0.4.0" }
|
||||||
azalea-chat = {path = "../azalea-chat", version = "^0.3.0"}
|
azalea-chat = {path = "../azalea-chat", version = "^0.4.0" }
|
||||||
azalea-core = {path = "../azalea-core", version = "^0.3.0"}
|
azalea-core = {path = "../azalea-core", version = "^0.4.0" }
|
||||||
azalea-nbt = {path = "../azalea-nbt", version = "^0.3.0"}
|
azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0" }
|
||||||
azalea-registry = {path = "../azalea-registry", version = "^0.3.0"}
|
azalea-registry = {path = "../azalea-registry", version = "^0.4.0" }
|
||||||
enum-as-inner = "0.5.1"
|
enum-as-inner = "0.5.1"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
nohash-hasher = "0.2.0"
|
nohash-hasher = "0.2.0"
|
||||||
|
|
|
@ -4,19 +4,19 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea"
|
name = "azalea"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "^1.0.65"
|
anyhow = "^1.0.65"
|
||||||
async-trait = "^0.1.57"
|
async-trait = "^0.1.57"
|
||||||
azalea-block = { version = "0.3.0", path = "../azalea-block" }
|
azalea-block = { version = "0.4.0", path = "../azalea-block" }
|
||||||
azalea-client = {version = "0.3.0", path = "../azalea-client"}
|
azalea-client = {version = "0.4.0", path = "../azalea-client"}
|
||||||
azalea-core = {version = "0.3.0", path = "../azalea-core"}
|
azalea-core = {version = "0.4.0", path = "../azalea-core"}
|
||||||
azalea-physics = { version = "0.3.0", path = "../azalea-physics" }
|
azalea-physics = { version = "0.4.0", path = "../azalea-physics" }
|
||||||
azalea-protocol = {version = "0.3.0", path = "../azalea-protocol"}
|
azalea-protocol = {version = "0.4.0", path = "../azalea-protocol"}
|
||||||
azalea-world = { version = "0.3.0", path = "../azalea-world" }
|
azalea-world = { version = "0.4.0", path = "../azalea-world" }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
num-traits = "0.2.15"
|
num-traits = "0.2.15"
|
||||||
parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]}
|
parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]}
|
||||||
|
|
Loading…
Add table
Reference in a new issue