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