# 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 = "bevy_tiles" version = "0.1.0" authors = ["James Bell "] description = "Bevy library for working with entities in grids." homepage = "https://github.com/OxidizedGames/bevy_tiles" readme = "README.md" license-file = "LICENSE-MIT" repository = "https://github.com/OxidizedGames/bevy_tiles" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [dependencies.bevy] version = "0.13.0" default-features = false [dependencies.bimap] version = "0.6.3" [dev-dependencies.bevy] version = "0.13.0" default-features = true [dev-dependencies.rstest] version = "0.18.2" [lints.clippy] all = "deny" type_complexity = "allow" undocumented_unsafe_blocks = "deny" [lints.rust] unused_imports = "warn"