voidmc-codec 0.1.0

Encode/decode primitives for the Minecraft network protocol used by VoidMC.
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 = "2021"
name = "voidmc-codec"
version = "0.1.0"
authors = [
    "Adam Brutsaert",
    "Adam Cavillon",
    "Léo Dumont",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Encode/decode primitives for the Minecraft network protocol used by VoidMC."
readme = "README.md"
keywords = [
    "minecraft",
    "server",
]
license = "MIT"
repository = "https://github.com/VoidMinecraft/VoidMC"
resolver = "3"

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

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

[dependencies.ussr-nbt]
version = "0.2.1"

[dependencies.uuid]
version = "1.16.0"
features = ["v4"]

[dependencies.voidmc-codec-macros]
version = "0.1.0"