# 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 = "2018" name = "tiled" version = "0.12.0" authors = ["Matthew Hall "] include = [ "src/**/*.rs", "README.md", "LICENSE", "CHANGELOG.md", ] 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" [lib] name = "tiled" path = "src/lib.rs" [[example]] name = "example" path = "examples/main.rs" [[example]] name = "sfml" path = "examples/sfml/main.rs" [[example]] name = "ggez" path = "examples/ggez/main.rs" [dependencies.base64] version = "0.22.1" [dependencies.flate2] version = "1.0.28" [dependencies.xml-rs] version = "0.8.4" [dependencies.zstd] version = "0.13.1" optional = true default-features = false [dev-dependencies.ggez] version = "0.9.3" [dev-dependencies.sfml] version = "0.21.0" features = ["graphics"] [features] default = ["zstd"] wasm = ["zstd/wasm"]