mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.17.1 to 3.18.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.17.1...v3.18.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
399 B
TOML
26 lines
399 B
TOML
[package]
|
|
name = "loot-condition-interpreter"
|
|
version = "5.2.0"
|
|
authors = ["Oliver Hamlet <oliver@ortham.net>"]
|
|
license = "MIT"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
crc32fast = "1.4.2"
|
|
esplugin = "6.1.1"
|
|
nom = "8.0.0"
|
|
pelite = "0.10.0"
|
|
regex = "1.11.1"
|
|
unicase = "2.8.1"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.5.0"
|
|
tempfile = "3.18.0"
|
|
|
|
[[bench]]
|
|
name = "eval"
|
|
harness = false
|
|
|
|
[workspace]
|
|
members = ["ffi"]
|