aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory/Cargo.toml
blob: 7e26ff8cb83d6eb71b10700f41d05fdb9c2492cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "azalea-inventory"
description = "Representations of various inventory data structures in Minecraft."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
azalea-auth.workspace = true
azalea-buf.workspace = true
azalea-chat = { workspace = true, features = ["azalea-buf"] }
azalea-core = { workspace = true, features = ["serde"] }
azalea-inventory-macros.workspace = true
azalea-registry = { workspace = true, features = ["serde"] }
indexmap.workspace = true
serde.workspace = true
simdnbt.workspace = true
tracing.workspace = true
uuid.workspace = true

[lints]
workspace = true