# 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" rust-version = "1.74.1" name = "qrex" version = "0.3.1" authors = ["MichaƂ Blinkiewicz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Qt Resource Extractor" readme = "README.md" keywords = [ "qt", "resource", "extractor", "extraction", ] categories = [ "data-structures", "command-line-utilities", "parsing", ] license = "MIT" repository = "https://github.com/mb1986/qrex" [[bin]] name = "qrex" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.binrw] version = "0.14.1" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.clap_derive] version = "4.5.18" [dependencies.env_logger] version = "0.11.5" [dependencies.flate2] version = "1.0.34" features = ["zlib"] default-features = false [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34+deprecated" [dependencies.toml] version = "0.8.19" [dependencies.zstd] version = "0.13.2"