# 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 = "tileset" version = "0.1.3" authors = ["Aster <192607617@qq.com>"] exclude = [ "assets", "tests", ] description = "Tailset definition, and supports importing multiple formats" documentation = "https://docs.rs/tileset" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/oovm/Tilemap" resolver = "1" [dependencies.dashmap] version = "5.4.0" [dependencies.image] version = "0.24.6" [dependencies.itertools] version = "0.10.5" [dependencies.rand_core] version = "0.6.4" [dependencies.rc-zip] version = "2.0.1" optional = true [dependencies.serde] version = "1.0.160" features = ["serde_derive"] optional = true [dependencies.serde_json] version = "1.0.96" optional = true [dev-dependencies] [features] default = ["serde"] serde = [ "dep:serde", "serde_json", ]