Files
loot-condition-interpreter/Cargo.toml
T
dependabot[bot]andGitHub 80c9f4750f Bump tempfile from 3.15.0 to 3.16.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.15.0 to 3.16.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.15.0...v3.16.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-29 03:46:49 +00:00

26 lines
398 B
TOML

[package]
name = "loot-condition-interpreter"
version = "4.0.2"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
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.16.0"
[[bench]]
name = "eval"
harness = false
[workspace]
members = ["ffi"]