# 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] edition = "2018" name = "tmx" version = "0.3.1" authors = ["adtennant "] description = "TMX is a library for loading [Tiled](https://mapeditor.org) maps in Rust" readme = "README.md" keywords = ["tmx", "tiled", "map"] categories = ["game-development"] license = "MIT" repository = "https://github.com/adtennant/rust-tmx.git" [dependencies.base64] version = "0.12.0" optional = true [dependencies.libflate] version = "0.1.27" optional = true [dependencies.quick-xml] version = "0.18.1" optional = true [dependencies.serde] version = "1.0.106" features = ["serde_derive"] [dependencies.serde-aux] version = "0.6.1" [dependencies.serde_json] version = "1.0.52" [dependencies.thiserror] version = "1.0.16" [dependencies.zstd] version = "0.5.1+zstd.1.4.4" optional = true [features] base64-data = ["base64"] default = ["xml", "base64-data", "gzip-data", "zlib-data", "zstd-data"] gzip-data = ["base64-data", "libflate"] xml = ["quick-xml"] zlib-data = ["base64-data", "libflate"] zstd-data = ["base64-data", "zstd"]