2018-02-26 23:10:53 +00:00
|
|
|
[package]
|
|
|
|
|
name = "loot-condition-interpreter"
|
2024-10-08 10:15:17 +01:00
|
|
|
version = "4.0.2"
|
2021-04-17 11:04:16 +01:00
|
|
|
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
2018-10-07 22:13:48 +01:00
|
|
|
license = "MIT"
|
2024-05-02 19:55:52 +01:00
|
|
|
edition = "2021"
|
2018-02-26 23:10:53 +00:00
|
|
|
|
|
|
|
|
[dependencies]
|
2024-05-21 03:47:16 +00:00
|
|
|
crc32fast = "1.4.2"
|
2024-10-08 03:32:16 +00:00
|
|
|
esplugin = "6.1.1"
|
2021-08-23 03:02:15 +00:00
|
|
|
nom = "7.0.0"
|
2022-11-08 23:53:58 +00:00
|
|
|
pelite = "0.10.0"
|
2024-09-30 03:22:54 +00:00
|
|
|
regex = "1.11.0"
|
2024-10-21 03:11:38 +00:00
|
|
|
unicase = "2.8.0"
|
2018-10-01 20:44:48 +01:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2023-05-24 03:56:51 +00:00
|
|
|
criterion = "0.5.0"
|
2024-09-30 03:22:48 +00:00
|
|
|
tempfile = "3.13.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"]
|