tiger-lib 0.9.2

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
[dependencies.ansiterm]
version = "0.12.2"

[dependencies.anyhow]
version = "1"

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

[dependencies.atomic_enum]
version = "0.3.0"

[dependencies.bimap]
version = "0.6.3"

[dependencies.bitflags]
version = "2.3.3"

[dependencies.bitvec]
version = "1.0"

[dependencies.bumpalo]
version = "~3.14"

[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.phf]
features = ["macros"]
version = "0.11"

[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]
features = ["phf"]
version = "0.26"

[dependencies.strum_macros]
version = "0.26"

[dependencies.thiserror]
version = "1"

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

[dependencies.walkdir]
version = "2"

[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.70"
version = "0.9.2"
[profile.bench]
debug = 2
[target."cfg(windows)".dependencies.winreg]
version = "0.52"