basalt-types 0.2.1

Primitive Minecraft protocol types with zero-copy serialization
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-types"
version = "0.2.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Primitive Minecraft protocol types with zero-copy serialization"
documentation = "https://docs.rs/basalt-types"
readme = "README.md"
keywords = [
    "minecraft",
    "protocol",
    "encoding",
    "nbt",
    "serialization",
]
categories = [
    "encoding",
    "parser-implementations",
    "game-development",
]
license = "Apache-2.0"
repository = "https://github.com/basalt-mc/basalt"
resolver = "2"

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

[[bench]]
name = "nbt"
path = "benches/nbt.rs"

[[bench]]
name = "varint"
path = "benches/varint.rs"

[dependencies.indexmap]
version = "2"

[dependencies.thiserror]
version = "2"

[dev-dependencies.proptest]
version = "1"