mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
26 lines
396 B
TOML
26 lines
396 B
TOML
[package]
|
|
name = "loot-condition-interpreter"
|
|
version = "2.1.0"
|
|
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
crc = "1.0.0"
|
|
esplugin = "3.0.0"
|
|
nom = "5.0.0"
|
|
pelite = "0.8.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"]
|