# 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 = "ldtk_map" version = "0.3.1" authors = ["Benjamin Lloyd"] exclude = [ "tests/", "maps", ] description = "A crate for reading ldtk maps for usage in games." readme = "./README.md" keywords = [ "ldtk", "level-design", "json", "gamedev", ] categories = [ "data-structures", "game-development", "parser-implementations", ] license = "MIT" repository = "https://github.com/benlloyd50/ldtk_map/" resolver = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"