[go: up one dir, main page]

rhai 0.11.1

Embedded scripting for Rust
Documentation
[dependencies.ahash]
default-features = false
optional = true
version = "0.3.2"

[dependencies.core-error]
features = ["alloc"]
optional = true
version = "0.0.0"

[dependencies.hashbrown]
default-features = false
features = ["ahash", "nightly", "inline-more"]
optional = true
version = "0.7.1"

[dependencies.libm]
optional = true
version = "0.2.1"

[dependencies.num-traits]
version = "0.2.11"

[features]
default = []
no_float = []
no_function = []
no_index = []
no_object = []
no_optimize = []
no_std = ["num-traits/libm", "hashbrown", "core-error", "libm"]
no_stdlib = []
only_i32 = []
only_i64 = []
optimize_full = []
sync = []
unchecked = []

[package]
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung"]
categories = ["no-std", "embedded", "parser-implementations"]
description = "Embedded scripting for Rust"
edition = "2018"
homepage = "https://github.com/jonathandturner/rhai"
include = ["**/*.rs", "scripts/*.rhai", "Cargo.toml"]
keywords = ["scripting"]
license = "MIT OR Apache-2.0"
name = "rhai"
readme = "README.md"
repository = "https://github.com/jonathandturner/rhai"
version = "0.11.1"
[profile.release]
codegen-units = 1
lto = "fat"