Files
loot-condition-interpreter/Cargo.toml
T

28 lines
525 B
TOML
Raw Normal View History

[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>"]
description = "Parse and evaluate LOOT metadata condition strings."
repository = "https://github.com/Ortham/libloadorder.git"
2018-10-07 22:13:48 +01:00
license = "MIT"
2024-05-02 19:55:52 +01:00
edition = "2021"
[dependencies]
2024-05-21 03:47:16 +00:00
crc32fast = "1.4.2"
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]
criterion = "0.5.0"
2025-03-20 03:48:17 +00:00
tempfile = "3.19.1"
[[bench]]
name = "eval"
harness = false
2018-10-07 22:13:48 +01:00
[workspace]
members = ["ffi"]