Files
loot-condition-interpreter/Cargo.toml
T

26 lines
395 B
TOML
Raw Normal View History

[package]
name = "loot-condition-interpreter"
2022-02-26 18:59:44 +00:00
version = "2.3.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"
[dependencies]
2020-06-13 23:17:32 +01:00
crc32fast = "1.2.0"
esplugin = "3.0.0"
2021-08-23 03:02:15 +00:00
nom = "7.0.0"
pelite = "0.9.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]
2019-12-23 14:04:16 +00:00
criterion = "0.3.0"
2018-10-01 20:44:48 +01:00
tempfile = "3.0.0"
[[bench]]
name = "eval"
harness = false
2018-10-07 22:13:48 +01:00
[workspace]
members = ["ffi"]