# 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_rhai" version = "0.3.0" description = "An easy way to integrate Rhai with Bevy." readme = "README.md" keywords = [ "bevy", "rhai", ] categories = ["game-development"] license = "ISC OR Apache-2.0" repository = "https://github.com/leonskidev/bevy_rhai" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.bevy_app] version = "0.7" [dependencies.bevy_asset] version = "0.7" [dependencies.bevy_ecs] version = "0.7" [dependencies.bevy_reflect] version = "0.7" [dependencies.rhai] version = "1.6" features = ["sync"] [dev-dependencies.bevy] version = "0.7" features = ["dynamic"]