Files
rust-minecraft-protocol/protocol/Cargo.toml
Vladislavs Golubs c77fb449dc Take README from root
2020-04-15 04:06:49 +03:00

22 lines
702 B
TOML

[package]
name = "minecraft-protocol"
version = "0.1.0"
authors = ["vagola <vladislavs.golubs@yandex.ru>"]
edition = "2018"
description = "Library for decoding and encoding Minecraft packets"
license = "MIT"
homepage = "https://github.com/eihwaz/minecraft-protocol"
repository = "https://github.com/eihwaz/minecraft-protocol"
keywords = ["minecraft", "protocol", "packet", "io"]
readme = "../README.md"
[dependencies]
minecraft-protocol-derive = { version = "0.0.0", path = "../protocol-derive" }
byteorder = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "0.7", features = ["v4", "serde"] }
num-traits = "0.2"
num-derive = "0.2"
named-binary-tag = "0.2"