2016-02-29 22:43:45 +01:00
|
|
|
[package]
|
|
|
|
name = "rhai"
|
2020-02-25 04:12:42 +01:00
|
|
|
version = "0.10.0-alpha1"
|
2019-09-18 12:21:07 +02:00
|
|
|
edition = "2018"
|
2017-10-13 14:05:55 +02:00
|
|
|
authors = ["Jonathan Turner", "Lukáš Hozda"]
|
2016-03-16 15:00:57 +01: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 23:07:08 +01:00
|
|
|
]
|
2018-02-09 22:27:41 +01:00
|
|
|
|
|
|
|
[features]
|
|
|
|
debug_msgs = []
|