# 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 = "larian-formats" version = "0.3.0" authors = ["Saghm Rossi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for reading Baldur's Gate 3 mod files" readme = "README.md" keywords = [ "baldur", "larian", "mods", ] categories = [ "compression", "encoding", "filesystem", "parser-implementations", ] license = "Apache-2.0" repository = "https://gitlab.com/saghm/xiba" [lib] name = "larian_formats" path = "src/lib.rs" [dependencies.flate2] version = "1.0.33" [dependencies.lz4_flex] version = "0.11.3" [dependencies.quick-xml] version = "0.36.1" features = ["serialize"] [dependencies.rc-zip-sync] version = "4.1.0" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.static_assertions_next] version = "1.1.2" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.pretty_assertions] version = "1.4.0" [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"