tiger-lib 0.8.8

Library used by the tools ck3-tiger, vic3-tiger, and imperator-tiger. This library holds the bulk of the code for them. It can be built either for ck3-tiger with the feature ck3, or for vic3-tiger with the feature vic3, or for imperator-tiger with the feature imperator, but not both at the same time.
Documentation
[[bench]]
harness = false
name = "criterion"
[dependencies.ansi_term]
version = "0.12.1"

[dependencies.anyhow]
version = "1"

[dependencies.as-any]
version = "0.3.0"

[dependencies.bitflags]
version = "2.3.3"

[dependencies.encoding_rs]
version = "0.8.32"

[dependencies.fnv]
version = "1"

[dependencies.home]
version = "0.5"

[dependencies.image]
version = "0.24"

[dependencies.inventory]
version = "0.3.11"

[dependencies.lazy_static]
version = "1"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.png]
version = "0.17.6"

[dependencies.rayon]
version = "1.7.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.184"

[dependencies.serde_json]
version = "1.0.104"

[dependencies.strum]
version = "0.25"

[dependencies.strum_macros]
version = "0.25"

[dependencies.thiserror]
version = "1"

[dependencies.unicode-width]
version = "0.1.9"

[dependencies.walkdir]
version = "2"
[dev-dependencies.criterion]
version = "0.5"

[features]
ck3 = []
default = ["ck3"]
imperator = []
vic3 = []

[package]
description = "Library used by the tools ck3-tiger, vic3-tiger, and imperator-tiger. This library holds the bulk of the code for them. It can be built either for ck3-tiger with the feature ck3, or for vic3-tiger with the feature vic3, or for imperator-tiger with the feature imperator, but not both at the same time."
edition = "2021"
homepage = "https://github.com/amtep/ck3-tiger"
license = "GPL-3.0-or-later"
name = "tiger-lib"
readme = "README.md"
repository = "https://github.com/amtep/ck3-tiger"
rust-version = "1.67"
version = "0.8.8"
[profile.bench]
debug = 2
[target."cfg(windows)".dependencies.winreg]
version = "0.51"