bevy_mod_scripting_script 0.18.0

script domain types for the BMS framework
Documentation
# 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 = "2024"
name = "bevy_mod_scripting_script"
version = "0.18.0"
authors = ["Maksymilian Mozolewski <makspl17@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "script domain types for the BMS framework"
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"
resolver = "2"

[lib]
name = "bevy_mod_scripting_script"
path = "src/lib.rs"

[dependencies.bevy_asset]
version = "0.17"
default-features = false

[dependencies.bevy_ecs]
version = "0.17"
default-features = false

[dependencies.bevy_mod_scripting_asset]
version = "0.18.0"
default-features = false

[dependencies.bevy_mod_scripting_display]
version = "0.18.0"
default-features = false

[dependencies.bevy_reflect]
version = "0.17"
default-features = false

[lints.clippy]
expect_used = "deny"
panic = "deny"
todo = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "deny"