nurtex-protocol 1.2.1

Library that allows a Minecraft client to communicate with a server.
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 = "nurtex-protocol"
version = "1.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library that allows a Minecraft client to communicate with a server."
documentation = "https://docs.rs/nurtex-protocol/latest/"
readme = "README.md"
keywords = [
    "minecraft",
    "protocol",
]
categories = [
    "games",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/NurtexMC/nurtex"

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

[[example]]
name = "minimal"
path = "examples/minimal.rs"

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

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.hashbrown]
version = "0.17.0"

[dependencies.nurtex-codec]
version = "1.2.1"

[dependencies.nurtex-derive]
version = "1.2.1"

[dependencies.nurtex-encrypt]
version = "1.2.1"

[dependencies.nurtex-proxy]
version = "1.2.1"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.50.0"
features = [
    "net",
    "io-util",
    "rt",
    "time",
    "sync",
]

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.uuid]
version = "1.11"
features = ["serde"]

[dev-dependencies.tokio]
version = "1.50.0"
features = ["full"]