Files
loot-condition-interpreter/Cargo.toml
T
dependabot[bot]andGitHub 9a432c8952 Bump criterion from 0.5.1 to 0.6.0
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.5.1 to 0.6.0.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bheisler/criterion.rs/compare/0.5.1...0.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 03:58: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.6.0"
tempfile = "3.20.0"
[[bench]]
name = "eval"
harness = false
[workspace]
members = ["ffi"]