deepslate-protocol 0.1.0

Minecraft protocol primitives for the Deepslate proxy.
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 = "deepslate-protocol"
version = "0.1.0"
authors = ["Luke Carr <me@carr.sh>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minecraft protocol primitives for the Deepslate proxy."
homepage = "https://sr.ht/~deepslate/deepslate"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://git.sr.ht/~deepslate/deepslate"

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

[dependencies.bytes]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "v3",
    "serde",
]

[lints.clippy]
all = "warn"
cargo = "warn"
nursery = "warn"
pedantic = "warn"

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1