mcproto-codec 0.5.0

Minecraft protocol codecs.
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 = "mcproto-codec"
version = "0.5.0"
authors = ["MCSLTeam <services@mcsl.com.cn>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minecraft protocol codecs."
readme = "README.md"
keywords = [
    "Minecraft",
    "protocol",
    "codec",
]
categories = [
    "encoding",
    "network-programming",
    "game-development",
]
license = "MIT"
repository = "https://github.com/MCSLTeam/mcproto"

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

[[test]]
name = "errors"
path = "tests/errors.rs"

[[test]]
name = "varint"
path = "tests/varint.rs"

[[test]]
name = "varlong"
path = "tests/varlong.rs"

[[bench]]
name = "varint_bench"
path = "benches/varint_bench.rs"
harness = false

[[bench]]
name = "varlong_bench"
path = "benches/varlong_bench.rs"
harness = false

[dev-dependencies.criterion]
version = "0.8.2"