# 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 = "unpak" version = "1.0.5" authors = ["spuds"] description = "a no-nonsense unreal pak parsing crate" readme = "README.md" keywords = [ "modding", "parsing", ] categories = [ "filesystem", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bananaturtlesandwich/unpak" [dependencies.aes] version = "0.8" optional = true [dependencies.byteorder] version = "1.4" [dependencies.flate2] version = "1.0" optional = true [dependencies.hashbrown] version = "0.13" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.hex] version = "0.4" [dev-dependencies.rayon] version = "1.7" [features] asset-paths = [] compression = ["dep:flate2"] default = [ "encryption", "compression", ] encryption = ["dep:aes"] oodle = ["compression"]