# 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_regions" version = "0.15.0" authors = ["ethereumdegen"] build = false exclude = [ "/assets/", "/examples/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A region painting system using a u16 texture" readme = "readme.md" keywords = [ "region", "bevy", ] license = "MIT" repository = "https://github.com/ethereumdegen/bevy_regions" [lib] name = "bevy_regions" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bevy] version = "0.15.0" [dependencies.futures-lite] version = "1.13.0" [dependencies.image] version = "0.25.1" [dependencies.png] version = "0.17.11" [dependencies.rand] version = "0.8.5" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.thiserror] version = "1.0.48"