aboutsummaryrefslogtreecommitdiff
path: root/azalea-registry/Cargo.toml
blob: e2aa5c61537392cc9b9f7ebc93546b0276de51be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "azalea-registry"
description = "Use Minecraft's registries."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
azalea-buf.workspace = true
azalea-registry-macros.workspace = true
serde = { workspace = true, optional = true, features = ["derive"] }
simdnbt.workspace = true

[features]
serde = ["azalea-registry-macros/serde", "dep:serde"]
default = ["serde"]

[lints]
workspace = true