# 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_falling_sand" version = "0.3.0" authors = ["Jeff Barfield "] exclude = [ "examples", "docs", ".github", ".gitignore", "assets", "CHANGELOG.org", ] description = "Falling Sand simulation plugin for Bevy" documentation = "http://docs.rs/bevy_falling_sand" readme = "README.md" keywords = [ "falling-sand", "simulation", "physics", ] categories = [ "game-engines", "game-development", ] license-file = "LICENSE" repository = "https://github.com/noprobelm/bevy_falling_sand" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 incremental = false [dependencies.ahash] version = "0.8.11" [dependencies.bevy] version = "0.14.0" features = ["wayland"] [dependencies.bevy_turborand] version = "0.9.0" [dependencies.rayon] version = "1.10.0" [dev-dependencies.bevy_egui] version = "0.28.0" [dev-dependencies.egui] version = "0.28.1"