Files
loot-condition-interpreter/Cargo.toml
T
dependabot[bot]andGitHub 3875ebfa79 Bump esplugin from 6.1.1 to 6.1.2
Bumps [esplugin](https://github.com/Ortham/esplugin) from 6.1.1 to 6.1.2.
- [Changelog](https://github.com/Ortham/esplugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Ortham/esplugin/compare/6.1.1...6.1.2)

---
updated-dependencies:
- dependency-name: esplugin
  dependency-version: 6.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

28 lines
525 B
TOML

[package]
name = "loot-condition-interpreter"
version = "5.3.1"
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.19.1"
[[bench]]
name = "eval"
harness = false
[workspace]
members = ["ffi"]