[[example]]
name = "example"
path = "examples/main.rs"
[dependencies.base64]
version = "0.10"
[dependencies.libflate]
version = "0.1.18"
[dependencies.xml-rs]
version = "0.8"
[lib]
name = "tiled"
path = "src/lib.rs"
[package]
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
description = "A rust crate for loading in maps created by the Tiled editor"
edition = "2018"
keywords = ["tiled", "tmx", "map"]
license = "MIT"
name = "tiled"
readme = "README.md"
repository = "https://github.com/mattyhall/rs-tiled.git"
version = "0.9.2"