deepslate-protocol 0.3.1

Minecraft protocol primitives for the Deepslate proxy.
Documentation
[package]
name = "deepslate-protocol"
description = "Minecraft protocol primitives for the Deepslate proxy."
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
readme = "README.md"
keywords.workspace = true
categories.workspace = true
publish = true

[dependencies]
bytes.workspace = true
serde.workspace = true
thiserror.workspace = true
uuid.workspace = true
libdeflater.workspace = true

[dev-dependencies]
proptest = "1"

[lints]
workspace = true