# 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 = "zip2arx" version = "0.3.1" authors = ["Matthieu Gautier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert a zip archive into a arx archive." homepage = "https://github.com/jubako/arx" readme = "README.md" keywords = [ "zip-archive", "arx", "convert", "archive-format", "command-line-tool", ] categories = [ "command-line-utilities", "compression", "filesystem", ] license = "MIT" repository = "https://github.com/jubako/arx" [[bin]] name = "zip2arx" path = "src/main.rs" [dependencies.arx] version = "0.3.0" features = ["cmd_utils"] package = "libarx" [dependencies.clap] version = "4.4.5" features = ["derive"] [dependencies.clap_complete] version = "4.5.0" [dependencies.clap_mangen] version = "0.2.20" [dependencies.flate2] version = "1.0.26" [dependencies.human-panic] version = "2.0.1" [dependencies.indicatif] version = "0.17.7" [dependencies.jbk] version = "0.3.1" package = "jubako" [dependencies.time] version = "0.3.36" [dependencies.zip] version = "2.2.0" [features] default = ["zstd"] lz4 = ["arx/lz4"] lzma = ["arx/lzma"] zstd = ["arx/zstd"]