2018-02-26 23:10:53 +00:00
|
|
|
[package]
|
|
|
|
|
name = "loot-condition-interpreter"
|
2019-01-26 09:50:40 +00:00
|
|
|
version = "1.2.2"
|
2018-02-26 23:10:53 +00:00
|
|
|
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
|
2018-10-07 22:13:48 +01:00
|
|
|
license = "MIT"
|
2018-02-26 23:10:53 +00:00
|
|
|
|
|
|
|
|
[dependencies]
|
2018-10-03 19:21:45 +01:00
|
|
|
crc = "1.0.0"
|
2018-09-29 13:16:58 +01:00
|
|
|
nom = "4.0.0"
|
2018-10-05 19:52:51 +01:00
|
|
|
pelite = "0.7.0"
|
2018-09-29 13:16:58 +01:00
|
|
|
regex = "1.0.5"
|
2018-10-06 10:02:27 +01:00
|
|
|
unicase = "2.2.0"
|
2018-10-01 20:44:48 +01:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-10-06 13:28:03 +01:00
|
|
|
criterion = "0.2.0"
|
2018-10-01 20:44:48 +01:00
|
|
|
tempfile = "3.0.0"
|
2018-10-06 13:28:03 +01:00
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
|
name = "eval"
|
|
|
|
|
harness = false
|
2018-10-07 22:13:48 +01:00
|
|
|
|
|
|
|
|
[workspace]
|
|
|
|
|
members = ["ffi"]
|