# 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_mod_scripting_rune" version = "0.8.0-alpha.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Necessary functionality for Rune support with bevy_mod_scripting" homepage = "https://github.com/makspll/bevy_mod_scripting" readme = "readme.md" keywords = [ "bevy", "gamedev", "scripting", "rune", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/makspll/bevy_mod_scripting" [lib] name = "bevy_mod_scripting_rune" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bevy] version = "0.15.0-rc.3" default-features = false [dependencies.bevy_mod_scripting_core] version = "0.8.0-alpha.1" [dependencies.rune] version = "0.13.1" [dependencies.rune-modules] version = "0.13.1"