# 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 = "ba2" version = "3.0.0" authors = ["Ryan McKenzie"] include = [ "src/*", "Cargo.toml", "LICENSE", "README.md", ] description = "A Rust library for working with the Bethesda archive file format" homepage = "https://github.com/Ryan-rsm-McKenzie/bsa-rs" documentation = "https://ryan-rsm-mckenzie.github.io/bsa-rs/ba2/index.html" readme = "README.md" keywords = [ "archive", "ba2", "bethesda", "bgs", "bsa", ] categories = [ "encoding", "game-development", ] license = "0BSD" repository = "https://github.com/Ryan-rsm-McKenzie/bsa-rs" [dependencies.bitflags] version = "2.4.1" [dependencies.bstr] version = "1.7.0" [dependencies.directxtex] version = "1.0.0" [dependencies.flate2] version = "1.0.28" features = ["any_zlib"] default-features = false [dependencies.lzzzz] version = "1.0.4" [dependencies.memmap2] version = "0.9.0" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.walkdir] version = "2.4.0" [features] default = ["flate2/zlib"]