# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "oliver" version = "0.3.0" authors = ["Saghm Rossi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweight CLI mod manager for Baldur's Gate 3 on Linux" readme = "README.md" keywords = [ "baldur", "cli", "larian", "mods", ] categories = [ "command-line-utilities", "config", "filesystem", ] license = "Apache-2.0" repository = "https://gitlab.com/saghm/xiba" [lib] name = "oliver" path = "src/lib.rs" [[bin]] name = "oliver" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.larian-formats] version = "0.3.0" [dependencies.lz4_flex] version = "0.11.3" [dependencies.quick-xml] version = "0.36.1" [dependencies.serde] version = "1.0.208" [dependencies.serde_json] version = "1.0.125" [dependencies.static_assertions_next] version = "1.1.2" [dependencies.zstd] version = "0.13.2" features = ["pkg-config"] [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"