Skip to content
Snippets Groups Projects
Cargo.toml 632 B
Newer Older
[package]

name = "tiled"
version = "0.9.5"
Matthew Hall's avatar
Matthew Hall committed
description = "A rust crate for loading in maps created by the Tiled editor"
repository = "https://github.com/mattyhall/rs-tiled.git"
Axel Magnuson's avatar
Axel Magnuson committed
# documentation = "http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/"
Matthew Hall's avatar
Matthew Hall committed
readme = "README.md"
license = "MIT"
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
TatriX's avatar
TatriX committed
edition = "2018"
keywords = ["tiled", "tmx", "map"]

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

[[example]]
name = "example"
path = "examples/main.rs"

Matthew Hall's avatar
Matthew Hall committed
[dependencies]
Simon Heath's avatar
Simon Heath committed
base64  = "0.10"
xml-rs  = "0.8"
Nicolas B's avatar
Nicolas B committed
zstd = { version = "0.9", optional = true }