# 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 = "unwx" version = "0.2.0" authors = ["unbyte "] description = "unpack wxapkg easily." homepage = "https://github.com/unbyte/unwx" readme = "README.md" keywords = ["wxapkg"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/unbyte/unwx" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "unwx" [dependencies.anyhow] version = "1.0" [dependencies.rayon] version = "1.8" [dependencies.xflags] version = "0.3" [target."cfg(windows)".dependencies.aes] version = "0.8" [target."cfg(windows)".dependencies.cbc] version = "0.1" [target."cfg(windows)".dependencies.pbkdf2] version = "0.12" [target."cfg(windows)".dependencies.sha1] version = "0.10"