[package]
name = "commandblock"
version = "0.3.0"
authors = ["Jake 'PIXL' Evans", "Valink Solutions"]
edition = "2021"
description = "A library providing utilities for working with Minecraft data."
repository = "https://github.com/Valink-Solutions/CommandBlock"
readme = "README.md"
license = "GPL-3.0-only"
keywords = ["minecraft", "nbt", "bedrock", "java", "data"]
categories = ["data-structures", "parsing", "utilities"]
[features]
serde = ["dep:serde"]
[dependencies]
byteorder = "1.4.3"
flate2 = "1.0.26"
serde = { version = "1.0", optional = true }
[dev-dependencies]
flate2 = "1.0.26"
serde = { version = "1.0", features = ["derive"] }