# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rexpaint" version = "0.1.1" authors = ["mara "] description = "This crate provides functionality for reading and writing .xp files of the Grid Sage Games REXPaint ASCII art editor" readme = "README.md" keywords = ["gamedev", "roguelike", "ansi", "ascii", "art"] license = "WTFPL" repository = "https://gitlab.com/vmedea/rexpaint-rs" [dependencies.byteorder] version = "1" [dependencies.flate2] version = "1.0" [dev-dependencies.codepage-437] version = "0.1" [dev-dependencies.noise] version = "0.5" default-features = false [dev-dependencies.rand] version = "0.5" [dev-dependencies.tcod] version = "0.12" [dev-dependencies.textwrap] version = "0.10"