[package] name = "minecraft-formatting" version = "0.1.0" authors = ["Nick Farley "] edition = "2018" license = "GPL-3.0-or-later" description = "Library to parse minecraft formatting codes and print them to a terminal" repository = "https://github.com/ironhaven/rcon-shell" keywords = ["minecraft", "ansi", "formatting", "color"] categories = ["command-line-interface"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitflags = "1.2.1" crossterm = "0.17.5"