Files
loot-condition-interpreter/Cargo.toml
T
Oliver Hamlet df88090a5d Update to Rust's 2021 edition
This means that the winapi sub-dependency is built with fewer features.
2024-05-02 19:55:52 +01:00

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 = "4.1.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"]