Files
loot-condition-interpreter/Cargo.toml
T
dependabot[bot]andGitHub ec4c60ed56 Bump tempfile from 3.19.1 to 3.20.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.19.1 to 3.20.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.19.1...v3.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-12 03:59:47 +00:00

28 lines
525 B
TOML

[package]
name = "loot-condition-interpreter"
version = "5.3.2"
authors = ["Oliver Hamlet <oliver@ortham.net>"]
description = "Parse and evaluate LOOT metadata condition strings."
repository = "https://github.com/Ortham/libloadorder.git"
license = "MIT"
edition = "2021"
[dependencies]
crc32fast = "1.4.2"
esplugin = "6.1.2"
nom = "8.0.0"
pelite = "0.10.0"
regex = "1.11.1"
unicase = "2.8.1"
[dev-dependencies]
criterion = "0.5.0"
tempfile = "3.20.0"
[[bench]]
name = "eval"
harness = false
[workspace]
members = ["ffi"]