tiled 0.8.0

A rust crate for loading in maps created by the Tiled editor
Documentation
# 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]
name = "tiled"
version = "0.8.0"
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
description = "A rust crate for loading in maps created by the Tiled editor"
readme = "README.md"
keywords = ["tiled", "tmx", "map"]
license = "MIT"
repository = "https://github.com/mattyhall/rs-tiled.git"

[lib]
name = "tiled"
path = "src/lib.rs"

[[example]]
name = "example"
path = "examples/main.rs"
[dependencies.base64]
version = "0.5.2"

[dependencies.flate2]
version = "1.0.1"

[dependencies.xml-rs]
version = "0.3.0"