mcproto-codec 0.1.4-beta.1

VarInt, encryption and compression coder & decoder for Minecraft protocols.
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.1.4-beta.1"
authors = ["MCSLTeam <services@mcsl.com.cn>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VarInt, encryption and compression coder & decoder for Minecraft protocols."
readme = "README.md"
keywords = [
    "Minecraft",
    "VarInt",
    "Codec",
    "Encryption",
    "Compression",
]
categories = [
    "encoding",
    "compression",
    "cryptography",
    "network-programming",
    "game-development",
]
license = "GPL-3.0-only"
repository = "https://github.com/MCSLTeam/mcproto"

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

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

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

[dependencies.thiserror]
version = "2.0.18"

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

[dev-dependencies.rand]
version = "0.10.1"