voidmc-data 0.1.0

Vanilla Minecraft registry data, extracted from Paper and embedded as NBT blobs at build time.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "voidmc-data"
version = "0.1.0"
authors = [
    "Adam Brutsaert",
    "Adam Cavillon",
    "Léo Dumont",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vanilla Minecraft registry data, extracted from Paper and embedded as NBT blobs at build time."
readme = "README.md"
keywords = [
    "minecraft",
    "server",
]
license = "MIT"
repository = "https://github.com/VoidMinecraft/VoidMC"

[lib]
name = "voidmc_data"
path = "src/lib.rs"

[dependencies.ussr-nbt]
version = "0.2.1"

[build-dependencies.serde_json]
version = "1.0"

[build-dependencies.ussr-nbt]
version = "0.2.1"