Files
loot-condition-interpreter/Cargo.toml
T

26 lines
398 B
TOML
Raw Permalink Normal View History

[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"
[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"
2018-10-06 10:02:27 +01:00
unicase = "2.2.0"
2018-10-01 20:44:48 +01:00
[dev-dependencies]
criterion = "0.5.0"
2024-09-30 03:22:48 +00:00
tempfile = "3.13.0"
[[bench]]
name = "eval"
harness = false
2018-10-07 22:13:48 +01:00
[workspace]
members = ["ffi"]