# 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 = "tego" version = "0.5.0" authors = ["texel "] exclude = ["example-maps/", "tests"] description = "Crate for loading Tiled maps" readme = "README.md" keywords = ["gamedev", "tmx", "tiled", "mapeditor"] categories = ["game-development"] license = "Unlicense" repository = "https://github.com/texel-sensei/tego" resolver = "2" [dependencies.base64] version = "0.13" [dependencies.impl_ops] version = "0.1" [dependencies.libflate] version = "1.1.1" [dependencies.roxmltree] version = "0.14.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.image] version = "0.*"