[package]
edition = "2021"
name = "rux-script"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rux script tier: a rhai engine holding state, plus the host registry. Internal to Rux; the supported entry point is the ruxlang crate."
readme = "README.md"
keywords = [
"ui",
"scripting",
"rhai",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Aine-dickson/rux"
[lib]
name = "rux_script"
path = "src/lib.rs"
[dependencies.rhai]
version = "1.25.1"
[dependencies.rux-reactive]
version = "0.6.0"