mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
395 B
TOML
26 lines
395 B
TOML
[package]
|
|
name = "loot-condition-interpreter"
|
|
version = "2.3.0"
|
|
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
crc32fast = "1.2.0"
|
|
esplugin = "3.0.0"
|
|
nom = "7.0.0"
|
|
pelite = "0.9.0"
|
|
regex = "1.0.5"
|
|
unicase = "2.2.0"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.4.0"
|
|
tempfile = "3.0.0"
|
|
|
|
[[bench]]
|
|
name = "eval"
|
|
harness = false
|
|
|
|
[workspace]
|
|
members = ["ffi"]
|