# 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 = "2021" name = "tmx-rs" version = "0.1.0" authors = ["Bram Buurlage"] description = "Loader for Tiled map editor xml files (.tmx)" documentation = "https://docs.rs/tmx-rs" readme = "readme.md" keywords = ["tiled", "tmx"] categories = ["game-development"] license = "MIT" repository = "https://github.com/Kurble/tmx-rs" resolver = "2" [lib] name = "tmx" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.13" [dependencies.glam] version = "0.20" [dependencies.image] version = "0.23" [dependencies.libflate] version = "1" [dependencies.xml-rs] version = "0.8"