[package]
edition = "2024"
name = "mcproto-types"
version = "0.3.0"
authors = ["MCSLTeam <services@mcsl.com.cn>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minecraft protocol types."
readme = "README.md"
keywords = [
"Minecraft",
"protocol",
"types",
]
categories = [
"network-programming",
"game-development",
]
license = "MIT"
repository = "https://github.com/MCSLTeam/mcproto"
[lib]
name = "mcproto_types"
path = "src/lib.rs"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "component_schema"
path = "tests/component_schema.rs"
[[test]]
name = "identifier"
path = "tests/identifier.rs"
[[test]]
name = "json_text_component"
path = "tests/json_text_component.rs"
[[test]]
name = "nbt"
path = "tests/nbt.rs"
[[test]]
name = "string"
path = "tests/string.rs"
[[test]]
name = "text_component"
path = "tests/text_component.rs"
[dependencies.fastnbt]
version = "2.6.3"
[dependencies.mcproto-codec]
version = "0.3.0"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.151"
features = ["unbounded_depth"]
[dependencies.serde_stacker]
version = "0.1.14"
[dependencies.url]
version = "2.5.7"
[dependencies.uuid]
version = "1.17.1"
features = ["std"]
default-features = false