Files
loot-condition-interpreter/Cargo.toml
T

26 lines
396 B
TOML

[package]
name = "loot-condition-interpreter"
version = "3.1.0"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
license = "MIT"
edition = "2021"
[dependencies]
crc32fast = "1.2.0"
esplugin = "5.0.0"
nom = "7.0.0"
pelite = "0.10.0"
regex = "1.0.5"
unicase = "2.2.0"
[dev-dependencies]
criterion = "0.5.0"
tempfile = "3.0.0"
[[bench]]
name = "eval"
harness = false
[workspace]
members = ["ffi"]