[package]
name = "minecraft_data"
version = "1.1.0"
description = "minecraft_data"
edition.workspace = true
authors.workspace = true
readme = "README.md"
license.workspace = true
repository.workspace = true
categories = ["no-std"]
keywords = ["minecraft"]
documentation = "https://docs.rs/minecraft_data"
[features]
default = ["std", "1_16", "1_17", "1_18", "1_19", "1_20"]
std = ["highway/std"]
1_16 = []
1_17 = []
1_18 = []
1_19 = []
1_20 = []
[dependencies]
highway = { version = "1", default-features = false }
mser = { workspace = true }
mser_macro = { workspace = true }
[build-dependencies]
mser = { workspace = true }
itoa = "1"
ryu = "1"
highway = "1"
simdutf8 = "0"