2018-02-26 23:10:53 +00:00
|
|
|
[package]
|
|
|
|
|
name = "loot-condition-interpreter"
|
2023-08-18 17:39:24 +01:00
|
|
|
version = "3.0.0"
|
2021-04-17 11:04:16 +01:00
|
|
|
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
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]
|
2020-06-13 23:17:32 +01:00
|
|
|
crc32fast = "1.2.0"
|
2022-09-15 22:20:51 +01:00
|
|
|
esplugin = "4.0.0"
|
2021-08-23 03:02:15 +00:00
|
|
|
nom = "7.0.0"
|
2022-11-08 23:53:58 +00:00
|
|
|
pelite = "0.10.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]
|
2023-05-24 03:56:51 +00:00
|
|
|
criterion = "0.5.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"]
|