2016-02-29 16:43:45 -05:00
|
|
|
[package]
|
|
|
|
name = "rhai"
|
2019-07-23 19:55:58 +12:00
|
|
|
version = "0.9.1"
|
2019-09-18 11:21:07 +01:00
|
|
|
edition = "2018"
|
2017-10-13 08:05:55 -04:00
|
|
|
authors = ["Jonathan Turner", "Lukáš Hozda"]
|
2016-03-16 10:00:57 -04:00
|
|
|
description = "Embedded scripting for Rust"
|
|
|
|
homepage = "https://github.com/jonathandturner/rhai"
|
|
|
|
repository = "https://github.com/jonathandturner/rhai"
|
|
|
|
readme = "README.md"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
include = [
|
|
|
|
"**/*.rs",
|
|
|
|
"scripts/*.rhai",
|
|
|
|
"Cargo.toml"
|
2016-03-16 18:07:08 -04:00
|
|
|
]
|
2018-02-09 22:27:41 +01:00
|
|
|
|
|
|
|
[features]
|
|
|
|
debug_msgs = []
|