tiled 0.16.0

A rust crate for loading 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "tiled"
version = "0.16.0"
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust crate for loading maps created by the Tiled editor"
readme = "README.md"
keywords = [
    "gamedev",
    "tiled",
    "tmx",
    "map",
]
categories = ["game-development"]
license = "MIT"
repository = "https://github.com/mapeditor/rs-tiled"

[features]
default = ["zstd"]
example-ggez = ["dep:ggez"]
example-sfml = ["dep:sfml"]
wasm = ["zstd/wasm"]
world = [
    "regex",
    "serde",
    "serde_json",
    "serde_regex",
    "serde/derive",
]

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

[dependencies.base64]
version = "0.22.1"

[dependencies.flate2]
version = "1.0.28"

[dependencies.ggez]
version = "0.9.3"
optional = true

[dependencies.quick-xml]
version = "0.31.0"

[dependencies.regex]
version = "1.11.1"
optional = true

[dependencies.serde]
version = "1.0.216"
optional = true

[dependencies.serde_json]
version = "1.0.133"
optional = true

[dependencies.serde_regex]
version = "1.1.0"
optional = true

[dependencies.sfml]
version = "0.21.0"
features = ["graphics"]
optional = true

[dependencies.zstd]
version = "0.13.1"
optional = true
default-features = false