2018-02-26 23:10:53 +00:00
|
|
|
[package]
|
|
|
|
|
name = "loot-condition-interpreter"
|
2019-10-05 11:52:09 +01:00
|
|
|
version = "2.1.0"
|
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"
|
2019-06-25 06:32:36 +01:00
|
|
|
edition = "2018"
|
2018-02-26 23:10:53 +00:00
|
|
|
|
|
|
|
|
[dependencies]
|
2018-10-03 19:21:45 +01:00
|
|
|
crc = "1.0.0"
|
2019-10-05 11:37:36 +01:00
|
|
|
esplugin = "3.0.0"
|
2019-06-24 22:39:14 +01:00
|
|
|
nom = "5.0.0"
|
2019-12-23 13:37:55 +00:00
|
|
|
pelite = "0.8.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"]
|