# 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 = "tiled-json-rs" version = "0.2.6" authors = ["Luke Jones "] include = ["src/*.rs", "Cargo.toml", "LICENSE"] description = "A crate to parse and interact with Tiled editor JSON files" homepage = "https://gitlab.com/ljcode/tiled-json-rs" documentation = "https://docs.rs/tiled-json-rs/" readme = "README.md" keywords = ["tiled", "tiled-json"] categories = ["data-structures", "game-engines"] license = "MPL-2.0" repository = "https://gitlab.com/ljcode/tiled-json-rs" [dependencies.base64] version = "0.10.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [badges.gitlab] branch = "master" repository = "ljcode/tiled-json-rs"