[package]
edition = "2024"
rust-version = "1.85"
name = "basalt-mc-protocol"
version = "0.2.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minecraft packet definitions and version-aware packet registry"
documentation = "https://docs.rs/basalt-mc-protocol"
readme = "README.md"
keywords = [
"minecraft",
"protocol",
"packets",
"network",
"wire",
]
categories = [
"network-programming",
"encoding",
"game-development",
]
license = "Apache-2.0"
repository = "https://github.com/basalt-mc/basalt"
resolver = "2"
[lib]
name = "basalt_mc_protocol"
path = "src/lib.rs"
[[test]]
name = "recipe_display_codegen"
path = "tests/recipe_display_codegen.rs"
[dependencies.basalt-derive]
version = "0.2.1"
[dependencies.basalt-types]
version = "0.2.1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]
[dev-dependencies.proptest]
version = "1"