# 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.75.0" name = "mc-repack" version = "0.27.1" authors = ["Szeweq"] build = false exclude = [ "/.github", "bench/*", "test-jars/*", "test-jars-repack/*", "mc-repack-logo.png", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line interface for repacking Minecraft mods and resource packs to optimize size and loading speed." homepage = "https://szeweq.xyz/mc-repack" readme = "README.md" keywords = [ "minecraft", "jar", "processing", "optimizer", "gamedev", ] categories = [ "command-line-utilities", "compression", "game-development", ] license = "MIT" repository = "https://github.com/szeweq/mc-repack" [profile.release] lto = true codegen-units = 1 strip = "symbols" [[bin]] name = "mc-repack" path = "src/bin/mc-repack/main.rs" doc = false [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = [ "derive", "cargo", ] [dependencies.crossbeam-channel] version = "^0.5.8" [dependencies.indicatif] version = "0.17" [dependencies.mc-repack-core] version = "0.27" features = ["all-zopfli"] [dependencies.pathdiff] version = "^0.2.1" [dependencies.rayon] version = "^1.10" [dependencies.serde] version = "1.0" [dependencies.toml] version = "^0.8.0" features = ["preserve_order"] [dependencies.walkdir] version = "2.5"