azalea/azalea-chat/Cargo.toml
2022-12-09 15:34:25 +00:00

19 lines
591 B
TOML
Executable file

[package]
description = "Parse Minecraft chat messages."
edition = "2021"
license = "MIT"
name = "azalea-chat"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-chat"
version = "0.4.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
azalea-buf = { path = "../azalea-buf", features = [
"serde_json",
], version = "^0.5.0" }
azalea-language = { path = "../azalea-language", version = "^0.4.0" }
log = "0.4.17"
once_cell = "1.16.0"
serde = { version = "^1.0.148", features = ["derive"] }
serde_json = "^1.0.72"