aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-12 06:07:51 -0100
committermat <git@matdoes.dev>2025-12-12 06:07:51 -0100
commit7f761df3e7b72ce75be21ab9b3a533d0a5a938a5 (patch)
treef7911496b0823bac849852ce1db90167af9a72bf /azalea-protocol/Cargo.toml
parentf9c25665c203d6377ace62f1e95381d037d8fd9e (diff)
downloadazalea-drasl-7f761df3e7b72ce75be21ab9b3a533d0a5a938a5.tar.xz
fix compilation errors with some feature combinations
Diffstat (limited to 'azalea-protocol/Cargo.toml')
-rw-r--r--azalea-protocol/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 1c299b49..5a321120 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -17,7 +17,7 @@ azalea-block.workspace = true
azalea-brigadier = { workspace = true, features = ["azalea-buf"] }
azalea-buf.workspace = true
azalea-chat = { workspace = true, features = ["numbers", "azalea-buf"] }
-azalea-core = { workspace = true, optional = true }
+azalea-core.workspace = true
azalea-crypto = { workspace = true, features = ["signing"] }
azalea-entity.workspace = true
azalea-inventory.workspace = true
@@ -44,9 +44,8 @@ indexmap.workspace = true
reqwest = { workspace = true, optional = true, features = ["socks"] }
[features]
-default = ["packets", "online-mode"]
+default = ["online-mode"]
connecting = []
-packets = ["connecting", "dep:azalea-core"]
online-mode = ["azalea-auth/online-mode", "dep:reqwest"]
[lints]