basalt-mc-protocol 0.2.1

Minecraft packet definitions and version-aware packet registry
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"
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"