[package] name = "minecraft-chat" version = "0.1.0" authors = ["vagola "] edition = "2018" description = "Tiny library for minecraft chat messages." license = "MIT" homepage = "https://github.com/eihwaz/minecraft-chat" repository = "https://github.com/eihwaz/minecraft-chat" keywords = ["minecraft", "chat"] readme = "README.md" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"