oliver 0.5.1

Lightweight CLI mod development tool for Baldur's Gate 3 on Linux
Documentation
[[bin]]
name = "oliver"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.clap]
features = ["derive"]
version = "4.5.16"

[dependencies.larian-formats]
features = ["zip"]
version = "0.5.1"

[dependencies.static_assertions_next]
version = "1.1.2"

[dependencies.zstd]
features = ["pkg-config"]
version = "0.13.2"

[features]
debug-table = ["larian-formats/debug-table"]
default = []

[lib]
name = "oliver"
path = "src/lib.rs"

[lints.clippy]
all = "deny"
cargo = "deny"
complexity = "deny"
correctness = "deny"
nursery = "deny"
pedantic = "deny"
perf = "deny"
style = "deny"
suspicious = "deny"

[lints.clippy.missing-errors-doc]
level = "allow"
priority = 1

[lints.clippy.module-name-repetitions]
level = "allow"
priority = 1

[lints.clippy.multiple-crate-versions]
level = "allow"
priority = 1

[lints.clippy.must-use-candidate]
level = "allow"
priority = 1

[lints.clippy.too-many-arguments]
level = "allow"
priority = 1

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Saghm Rossi <mail@saghm.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "config", "filesystem"]
description = "Lightweight CLI mod development tool for Baldur's Gate 3 on Linux"
edition = "2024"
keywords = ["baldur", "cli", "larian", "mods"]
license = "Apache-2.0"
name = "oliver"
readme = "README.md"
repository = "https://gitlab.com/saghm/xiba"
resolver = "2"
version = "0.5.1"