2018-02-26 23:10:53 +00:00
|
|
|
[package]
|
|
|
|
|
name = "loot-condition-interpreter"
|
2025-04-28 17:55:51 +01:00
|
|
|
version = "5.3.2"
|
2025-01-24 18:51:31 +00:00
|
|
|
authors = ["Oliver Hamlet <oliver@ortham.net>"]
|
2025-03-26 18:33:57 +00:00
|
|
|
description = "Parse and evaluate LOOT metadata condition strings."
|
2025-08-01 18:07:24 +01:00
|
|
|
repository = "https://github.com/loot/loot-condition-interpreter.git"
|
2018-10-07 22:13:48 +01:00
|
|
|
license = "MIT"
|
2024-05-02 19:55:52 +01:00
|
|
|
edition = "2021"
|
2018-02-26 23:10:53 +00:00
|
|
|
|
|
|
|
|
[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"
|
2018-10-06 13:28:03 +01:00
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
|
name = "eval"
|
|
|
|
|
harness = false
|
2018-10-07 22:13:48 +01:00
|
|
|
|
|
|
|
|
[workspace]
|
|
|
|
|
members = ["ffi"]
|