[package] name = "rexpaint" version = "0.1.1" authors = ["mara "] edition = "2018" description = "This crate provides functionality for reading and writing .xp files of the Grid Sage Games REXPaint ASCII art editor" license = "WTFPL" repository = "https://gitlab.com/vmedea/rexpaint-rs" keywords = ["gamedev", "roguelike", "ansi", "ascii", "art"] readme = "README.md" [dependencies] flate2 = "1.0" byteorder = "1" [dev-dependencies] codepage-437 = "0.1" rand = "0.5" textwrap = "0.10" tcod = "0.12" [dev-dependencies.noise] version = "0.5" default-features = false