[package] authors = ["Saghm Rossi "] categories = ["compression", "encoding", "filesystem", "parser-implementations"] description = "A library for reading Baldur's Gate 3 mod files" edition = "2021" keywords = ["baldur", "larian", "mods"] license = "Apache-2.0" name = "larian-formats" readme = "README.md" repository = "https://gitlab.com/saghm/xiba" version = "0.3.0" [dependencies] flate2.workspace = true lz4_flex.workspace = true quick-xml = { workspace = true, features = ["serialize"] } rc-zip-sync.workspace = true serde = { workspace = true, features = ["derive"] } static_assertions_next.workspace = true thiserror.workspace = true [dev-dependencies] pretty_assertions.workspace = true [lints] workspace = true