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
889f742696
commit
44ab1ad6ef
20 changed files with 82 additions and 82 deletions
38
Cargo.lock
generated
38
Cargo.lock
generated
|
@ -100,7 +100,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea"
|
name = "azalea"
|
||||||
version = "0.2.4"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -114,7 +114,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-auth"
|
name = "azalea-auth"
|
||||||
version = "0.2.2"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
"azalea-crypto",
|
"azalea-crypto",
|
||||||
|
@ -132,7 +132,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-block"
|
name = "azalea-block"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-block-macros",
|
"azalea-block-macros",
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
|
@ -140,7 +140,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-block-macros"
|
name = "azalea-block-macros"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -149,11 +149,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-brigadier"
|
name = "azalea-brigadier"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-buf"
|
name = "azalea-buf"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf-macros",
|
"azalea-buf-macros",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
@ -165,7 +165,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-buf-macros"
|
name = "azalea-buf-macros"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -174,7 +174,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-chat"
|
name = "azalea-chat"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
"azalea-language",
|
"azalea-language",
|
||||||
|
@ -185,7 +185,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-client"
|
name = "azalea-client"
|
||||||
version = "0.2.2"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"azalea-auth",
|
"azalea-auth",
|
||||||
|
@ -205,7 +205,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-core"
|
name = "azalea-core"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
"azalea-chat",
|
"azalea-chat",
|
||||||
|
@ -215,7 +215,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-crypto"
|
name = "azalea-crypto"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
|
@ -230,7 +230,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-language"
|
name = "azalea-language"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -239,7 +239,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-nbt"
|
name = "azalea-nbt"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
|
@ -252,7 +252,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-physics"
|
name = "azalea-physics"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-block",
|
"azalea-block",
|
||||||
"azalea-core",
|
"azalea-core",
|
||||||
|
@ -263,7 +263,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-protocol"
|
name = "azalea-protocol"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-compression",
|
"async-compression",
|
||||||
"async-recursion",
|
"async-recursion",
|
||||||
|
@ -295,7 +295,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-protocol-macros"
|
name = "azalea-protocol-macros"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -304,7 +304,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-registry"
|
name = "azalea-registry"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
"azalea-registry-macros",
|
"azalea-registry-macros",
|
||||||
|
@ -312,7 +312,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-registry-macros"
|
name = "azalea-registry-macros"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -321,7 +321,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-world"
|
name = "azalea-world"
|
||||||
version = "0.2.0"
|
version = "0.3.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.2.2"
|
version = "0.3.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.2.0"}
|
azalea-buf = {path = "../azalea-buf", version = "^0.3.0" }
|
||||||
azalea-crypto = {path = "../azalea-crypto", version = "^0.2.0"}
|
azalea-crypto = {path = "../azalea-crypto", version = "^0.3.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.2.0"
|
version = "0.3.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.2.0"}
|
azalea-block-macros = {path = "./azalea-block-macros", version = "^0.3.0" }
|
||||||
azalea-buf = {path = "../azalea-buf", version = "^0.2.0"}
|
azalea-buf = {path = "../azalea-buf", version = "^0.3.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.2.0"
|
version = "0.3.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.2.0"
|
version = "0.3.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.2.0"
|
version = "0.3.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.2.0"}
|
azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.3.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.2.0"
|
version = "0.3.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.2.0"
|
version = "0.3.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.2.0" }
|
azalea-buf = {path = "../azalea-buf", features = ["serde_json"], version = "^0.3.0" }
|
||||||
azalea-language = {path = "../azalea-language", version = "^0.2.0" }
|
azalea-language = {path = "../azalea-language", version = "^0.3.0" }
|
||||||
lazy_static = "^1.4.0"
|
lazy_static = "^1.4.0"
|
||||||
serde = "^1.0.130"
|
serde = "^1.0.130"
|
||||||
serde_json = "^1.0.72"
|
serde_json = "^1.0.72"
|
||||||
|
|
|
@ -3,21 +3,21 @@ description = "A headless Minecraft client."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-client"
|
name = "azalea-client"
|
||||||
version = "0.2.2"
|
version = "0.3.0"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-client"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-client"
|
||||||
|
|
||||||
# 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"
|
||||||
azalea-auth = { path = "../azalea-auth", version = "0.2.1" }
|
azalea-auth = { path = "../azalea-auth", version = "0.3.0" }
|
||||||
azalea-block = { path = "../azalea-block", version = "0.2.0" }
|
azalea-block = { path = "../azalea-block", version = "0.3.0" }
|
||||||
azalea-chat = { path = "../azalea-chat", version = "0.2.0" }
|
azalea-chat = { path = "../azalea-chat", version = "0.3.0" }
|
||||||
azalea-core = { path = "../azalea-core", version = "0.2.0" }
|
azalea-core = { path = "../azalea-core", version = "0.3.0" }
|
||||||
azalea-crypto = { path = "../azalea-crypto", version = "0.2.0" }
|
azalea-crypto = { path = "../azalea-crypto", version = "0.3.0" }
|
||||||
azalea-physics = { path = "../azalea-physics", version = "0.2.0" }
|
azalea-physics = { path = "../azalea-physics", version = "0.3.0" }
|
||||||
azalea-protocol = { path = "../azalea-protocol", version = "0.2.0" }
|
azalea-protocol = { path = "../azalea-protocol", version = "0.3.0" }
|
||||||
azalea-world = { path = "../azalea-world", version = "0.2.0" }
|
azalea-world = { path = "../azalea-world", version = "0.3.0" }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
parking_lot = "0.12.1"
|
parking_lot = "0.12.1"
|
||||||
thiserror = "^1.0.34"
|
thiserror = "^1.0.34"
|
||||||
|
|
|
@ -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.2.0"
|
version = "0.3.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.2.0" }
|
azalea-buf = {path = "../azalea-buf", version = "^0.3.0" }
|
||||||
azalea-chat = {path = "../azalea-chat", version = "^0.2.0" }
|
azalea-chat = {path = "../azalea-chat", version = "^0.3.0" }
|
||||||
azalea-nbt = {path = "../azalea-nbt", version = "^0.2.0" }
|
azalea-nbt = {path = "../azalea-nbt", version = "^0.3.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.2.0"
|
version = "0.3.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.2.0" }
|
azalea-buf = {path = "../azalea-buf", version = "^0.3.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"]}
|
||||||
|
|
|
@ -3,7 +3,7 @@ description = "Translate Minecraft strings from their id."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-language"
|
name = "azalea-language"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-language"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-language"
|
||||||
|
|
||||||
# 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.2.0"
|
version = "0.3.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.2.0" }
|
azalea-buf = {path = "../azalea-buf", version = "^0.3.0" }
|
||||||
byteorder = "^1.4.3"
|
byteorder = "^1.4.3"
|
||||||
flate2 = "^1.0.23"
|
flate2 = "^1.0.23"
|
||||||
num-derive = "^0.3.3"
|
num-derive = "^0.3.3"
|
||||||
|
|
|
@ -3,15 +3,15 @@ description = "Physics for Minecraft entities."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-physics"
|
name = "azalea-physics"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-physics"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-physics"
|
||||||
|
|
||||||
# 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.2.0" }
|
azalea-block = { path = "../azalea-block", version = "^0.3.0" }
|
||||||
azalea-core = { path = "../azalea-core", version = "^0.2.0" }
|
azalea-core = { path = "../azalea-core", version = "^0.3.0" }
|
||||||
azalea-world = { path = "../azalea-world", version = "^0.2.0" }
|
azalea-world = { path = "../azalea-world", version = "^0.3.0" }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -3,7 +3,7 @@ description = "Send and receive Minecraft packets."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-protocol"
|
name = "azalea-protocol"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol"
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol"
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -11,17 +11,17 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol"
|
||||||
[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.2.1" }
|
azalea-auth = {path = "../azalea-auth", version = "^0.3.0" }
|
||||||
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.2.0" }
|
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.3.0" }
|
||||||
azalea-brigadier = {path = "../azalea-brigadier", version = "^0.2.0" }
|
azalea-brigadier = {path = "../azalea-brigadier", version = "^0.3.0" }
|
||||||
azalea-buf = {path = "../azalea-buf", version = "^0.2.0" }
|
azalea-buf = {path = "../azalea-buf", version = "^0.3.0" }
|
||||||
azalea-chat = {path = "../azalea-chat", version = "^0.2.0" }
|
azalea-chat = {path = "../azalea-chat", version = "^0.3.0" }
|
||||||
azalea-core = {path = "../azalea-core", optional = true, version = "^0.2.0" }
|
azalea-core = {path = "../azalea-core", optional = true, version = "^0.3.0" }
|
||||||
azalea-crypto = {path = "../azalea-crypto", version = "^0.2.0" }
|
azalea-crypto = {path = "../azalea-crypto", version = "^0.3.0" }
|
||||||
azalea-nbt = {path = "../azalea-nbt", version = "^0.2.0" }
|
azalea-nbt = {path = "../azalea-nbt", version = "^0.3.0" }
|
||||||
azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.2.0" }
|
azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.3.0" }
|
||||||
azalea-registry = {path = "../azalea-registry", version = "^0.2.0" }
|
azalea-registry = {path = "../azalea-registry", version = "^0.3.0" }
|
||||||
azalea-world = {path = "../azalea-world", version = "^0.2.0" }
|
azalea-world = {path = "../azalea-world", version = "^0.3.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.2.0"
|
version = "0.3.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.2.0"
|
version = "0.3.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.2.0" }
|
azalea-buf = {path = "../azalea-buf", version = "^0.3.0" }
|
||||||
azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.2.0" }
|
azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.3.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.2.0"
|
version = "0.3.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.2.0"
|
version = "0.3.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.2.0"}
|
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.3.0" }
|
||||||
azalea-buf = {path = "../azalea-buf", version = "^0.2.0"}
|
azalea-buf = {path = "../azalea-buf", version = "^0.3.0" }
|
||||||
azalea-chat = {path = "../azalea-chat", version = "^0.2.0"}
|
azalea-chat = {path = "../azalea-chat", version = "^0.3.0" }
|
||||||
azalea-core = {path = "../azalea-core", version = "^0.2.0"}
|
azalea-core = {path = "../azalea-core", version = "^0.3.0" }
|
||||||
azalea-nbt = {path = "../azalea-nbt", version = "^0.2.0"}
|
azalea-nbt = {path = "../azalea-nbt", version = "^0.3.0" }
|
||||||
azalea-registry = {path = "../azalea-registry", version = "^0.2.0"}
|
azalea-registry = {path = "../azalea-registry", version = "^0.3.0" }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
nohash-hasher = "0.2.0"
|
nohash-hasher = "0.2.0"
|
||||||
thiserror = "1.0.34"
|
thiserror = "1.0.34"
|
||||||
|
|
|
@ -4,15 +4,15 @@ 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.2.4"
|
version = "0.3.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-client = {version = "0.2.2", path = "../azalea-client"}
|
azalea-client = {version = "0.3.0", path = "../azalea-client"}
|
||||||
azalea-protocol = {version = "0.2.0", path = "../azalea-protocol"}
|
azalea-protocol = {version = "0.3.0", path = "../azalea-protocol"}
|
||||||
parking_lot = "^0.12.1"
|
parking_lot = "^0.12.1"
|
||||||
thiserror = "^1.0.37"
|
thiserror = "^1.0.37"
|
||||||
tokio = "^1.21.1"
|
tokio = "^1.21.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue