oliver 0.1.9

Lightweight CLI mod manager for Baldur's Gate 3 on Linux
Documentation
[dependencies.anyhow]
version = "1.0.80"

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

[dependencies.larian-formats]
version = "0.1.9"

[dependencies.lz4_flex]
version = "0.11.3"

[dependencies.quick-xml]
version = "0.31.0"

[dependencies.serde]
version = "1.0.201"

[dependencies.serde_json]
version = "1.0.117"

[dependencies.static_assertions_next]
version = "1.1.2"

[dependencies.zstd]
version = "0.13.1"
[lints.clippy]
all = "deny"
cargo = "deny"
complexity = "deny"
correctness = "deny"
missing-errors-doc = "allow"
module-name-repetitions = "allow"
must-use-candidate = "allow"
nursery = "deny"
pedantic = "deny"
perf = "deny"
style = "deny"
suspicious = "deny"

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Saghm Rossi <git@saghm.com>"]
categories = ["command-line-utilities", "config", "filesystem"]
description = "Lightweight CLI mod manager for Baldur's Gate 3 on Linux"
edition = "2021"
keywords = ["baldur", "cli", "larian", "mods"]
license = "Apache-2.0"
name = "oliver"
readme = "README.md"
repository = "https://gitlab.com/saghm/xiba"
version = "0.1.9"