2016-11-16 16:12:26 +00:00
|
|
|
[package]
|
2019-03-15 10:12:17 +00:00
|
|
|
name = "evalexpr"
|
2019-03-15 15:21:34 +00:00
|
|
|
version = "0.5.0"
|
2016-11-16 16:12:26 +00:00
|
|
|
description = "Expression evaluator"
|
2016-11-17 00:35:02 +00:00
|
|
|
keywords = ["expression", "evaluate", "evaluator", "expr", "template"]
|
2019-03-15 10:12:17 +00:00
|
|
|
authors = ["fengcen <fengcen.love@gmail.com>", "isibboi <isibboi@gmail.com>"]
|
|
|
|
repository = "https://github.com/ISibboI/eval.git"
|
|
|
|
homepage = "https://github.com/ISibboI/eval"
|
|
|
|
documentation = "https://docs.rs/evalexpr"
|
2016-11-16 16:12:26 +00:00
|
|
|
readme = "README.md"
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
[lib]
|
2019-03-15 10:12:17 +00:00
|
|
|
name = "evalexpr"
|
2016-11-16 16:12:26 +00:00
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2016-11-21 23:51:18 +00:00
|
|
|
|
|
|
|
[features]
|