# 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_mesh_terrain" version = "0.15.2" authors = ["ethereumdegen"] build = false exclude = [ "/assets/", "/examples/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple and ergonomic heightmap terrain plugin for Bevy game engine" readme = "readme.md" keywords = [ "terrain", "bevy", ] license = "MIT" repository = "https://github.com/ethereumdegen/bevy_mesh_terrain" [lib] name = "bevy_mesh_terrain" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.avian3d] version = "0.1" features = ["serialize"] optional = true [dependencies.bevy] version = "0.15.0" features = [ "tga", "png", ] [dependencies.bincode] version = "1.3.3" [dependencies.futures-lite] version = "1.13.0" [dependencies.half] version = "2.4.1" [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" [features] default = [] physics = ["avian3d"]