Files
loot-condition-interpreter/Cargo.toml
T
Oliver Hamlet 4db34be2c9 Upgrade to nom v5
Error handling has changed, affecting the error variants LCI exports,
and macros are replaced by functions, so all the parsing code has been rewritten.
2019-06-30 11:25:23 +01:00

24 lines
360 B
TOML

[package]
name = "loot-condition-interpreter"
version = "1.3.0"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
license = "MIT"
[dependencies]
crc = "1.0.0"
nom = "5.0.0"
pelite = "0.7.0"
regex = "1.0.5"
unicase = "2.2.0"
[dev-dependencies]
criterion = "0.2.0"
tempfile = "3.0.0"
[[bench]]
name = "eval"
harness = false
[workspace]
members = ["ffi"]