Files
loot-condition-interpreter/Cargo.toml
T

35 lines
686 B
TOML
Raw Normal View History

[package]
name = "loot-condition-interpreter"
description = "Parse and evaluate LOOT metadata condition strings."
2025-08-01 17:38:35 +01:00
version.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
[dependencies]
2025-07-20 10:39:58 +00:00
crc32fast = "1.5.0"
2025-04-21 03:29:00 +00:00
esplugin = "6.1.2"
2025-01-27 20:06:23 +00:00
nom = "8.0.0"
2022-11-08 23:53:58 +00:00
pelite = "0.10.0"
2024-10-25 03:45:38 +00:00
regex = "1.11.1"
2024-12-25 03:54:37 +00:00
unicase = "2.8.1"
2018-10-01 20:44:48 +01:00
[dev-dependencies]
2025-07-28 04:52:52 +00:00
criterion = "0.7.0"
2025-05-12 03:59:47 +00:00
tempfile = "3.20.0"
[[bench]]
name = "eval"
harness = false
2018-10-07 22:13:48 +01:00
[workspace]
members = ["ffi"]
2025-08-01 17:38:35 +01:00
[workspace.package]
version = "5.3.2"
authors = ["Oliver Hamlet <oliver@ortham.net>"]
repository = "https://github.com/loot/loot-condition-interpreter.git"
license = "MIT"
edition = "2021"