# 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 = "bones3_worldgen" version = "0.4.0" authors = ["TheDudeFromCI "] description = "A handler for the automatic loading and unloading of chunks based on world anchors." homepage = "https://github.com/TheDudeFromCI/bevy_bones3" readme = "README.md" keywords = ["bones3"] license = "Apache-2.0" repository = "https://github.com/TheDudeFromCI/bevy_bones3" [dependencies.bevy] version = "0.11.0" features = [] default-features = false [dependencies.bones3_core] version = "0.4.0" [dependencies.bones3_remesh] version = "0.4.0" optional = true [dependencies.futures-lite] version = "1.13.0" [dependencies.itertools] version = "0.10.5" [dependencies.ordered-float] version = "3.7.0" [dependencies.priority-queue] version = "1.3.1" [dependencies.sort_by_derive] version = "0.1.10" [features] default = [] meshing = ["bones3_remesh"]