# 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.1.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 = "debuginfo" [[bin]] name = "unwx" [dependencies.flume] version = "0.11.0" default-features = false [dependencies.xflags] version = "0.3"