# 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_core" version = "0.8.0-alpha.1" authors = ["Maksymilian Mozolewski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core traits and structures required for other parts of bevy_mod_scripting" homepage = "https://github.com/makspll/bevy_mod_scripting" readme = "readme.md" keywords = [ "bevy", "gamedev", "scripting", "lua", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/makspll/bevy_mod_scripting" [lib] name = "bevy_mod_scripting_core" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bevy] version = "0.15.0-rc.3" features = [ "bevy_asset", "bevy_gltf", "bevy_animation", "bevy_core_pipeline", "bevy_ui", "bevy_pbr", "bevy_render", "bevy_text", "bevy_sprite", ] default-features = false [dependencies.bevy_event_priority] version = "0.8.0-alpha.1" [dependencies.parking_lot] version = "0.12.1" [dependencies.paste] version = "1.0.7" [dependencies.thiserror] version = "1.0.31" [features] doc_always = []