# 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 = "xiba" version = "0.3.0" authors = ["Saghm Rossi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweight GUI mod manager for Baldur's Gate 3 on Linux" readme = "README.md" keywords = [ "baldur", "gui", "larian", "mods", ] categories = [ "config", "filesystem", ] license = "Apache-2.0" repository = "https://gitlab.com/saghm/xiba" [[bin]] name = "xiba" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.eframe] version = "0.28.1" features = [ "accesskit", "wayland", "glow", "x11", ] default-features = false [dependencies.larian-formats] version = "0.3.0" [dependencies.oliver] version = "0.3.0" [dependencies.rfd] version = "0.14.1" [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"