[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