# 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 = "micro_ldtk" version = "0.11.0" authors = ["Louis Capitanchik "] description = "Load data from LDTK, index it and make it accessible through Bevy assets, extract and use autotile rules" readme = "README.md" license = "Apache-2.0" repository = "https://lab.lcr.gr/microhacks/bevy-micro-ldtk.git" [dependencies.anyhow] version = "1.0" [dependencies.bevy] version = "0.14" features = [ "bevy_render", "bevy_sprite", "bevy_asset", "serialize", ] default-features = false [dependencies.log] version = "0.4" [dependencies.micro_autotile] version = "0.1" optional = true [dependencies.num-traits] version = "0.2" [dependencies.quadtree_rs] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [features] _optional_tile_list = [] _supports_intgridgroup = [] _supports_ldtk = [] autotile = ["micro_autotile"] default = [ "ldtk_1_5_3", "autotile", ] ldtk_1_0_0 = ["_supports_ldtk"] ldtk_1_1_0 = ["_supports_ldtk"] ldtk_1_1_1 = ["_supports_ldtk"] ldtk_1_1_2 = ["_supports_ldtk"] ldtk_1_1_3 = ["_supports_ldtk"] ldtk_1_2_0 = ["_supports_ldtk"] ldtk_1_2_1 = ["_supports_ldtk"] ldtk_1_2_2 = ["_supports_ldtk"] ldtk_1_2_3 = ["_supports_ldtk"] ldtk_1_2_4 = ["_supports_ldtk"] ldtk_1_2_5 = ["_supports_ldtk"] ldtk_1_3_0 = ["_supports_ldtk"] ldtk_1_4_0 = [ "_supports_ldtk", "_supports_intgridgroup", ] ldtk_1_4_1 = [ "_supports_ldtk", "_supports_intgridgroup", ] ldtk_1_5_3 = [ "_supports_ldtk", "_supports_intgridgroup", "_optional_tile_list", ] no_panic = []