example = []
[dependencies.base64]
version = "0.21.0"
[dependencies.libflate]
version = "1.1.2"
[dependencies.xml-rs]
version = "0.8.4"
[dependencies.zstd]
optional = true
version = "0.12.0"
[dev-dependencies.ggez]
version = "0.7"
[dev-dependencies.sfml]
features = ["graphics"]
version = "0.20.0"
[features]
default = ["zstd"]
[lib]
name = "tiled"
path = "src/lib.rs"
[package]
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
categories = ["game-development"]
description = "A rust crate for loading maps created by the Tiled editor"
edition = "2018"
include = ["src/**/*.rs", "README.md", "LICENSE", "CHANGELOG.md"]
keywords = ["gamedev", "tiled", "tmx", "map"]
license = "MIT"
name = "tiled"
readme = "README.md"
repository = "https://github.com/mapeditor/rs-tiled"
version = "0.11.0"