# 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 = "tar2arx" version = "0.3.1" authors = ["Matthieu Gautier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert a tar archive into a arx archive." homepage = "https://github.com/jubako/arx" readme = "README.md" keywords = [ "tar-archive", "arx", "archive-format", "convert", "command-line-tool", ] categories = [ "command-line-utilities", "compression", "filesystem", ] license = "MIT" repository = "https://github.com/jubako/arx" [[bin]] name = "tar2arx" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.arx] version = "0.3.0" features = ["cmd_utils"] package = "libarx" [dependencies.bstr] version = "1.9.1" [dependencies.clap] version = "4.4.5" features = ["derive"] [dependencies.clap_complete] version = "4.5.0" [dependencies.clap_mangen] version = "0.2.20" [dependencies.human-panic] version = "2.0.1" [dependencies.indicatif] version = "0.17.7" [dependencies.jbk] version = "0.3.1" package = "jubako" [dependencies.niffler] version = "2.5.0" [dependencies.tar] version = "0.4.39" [dependencies.ureq] version = "2.9.6" optional = true [features] default = [ "http", "zstd", ] http = ["dep:ureq"] lz4 = ["arx/lz4"] lzma = ["arx/lzma"] zstd = ["arx/zstd"]