# 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.70" name = "xcompress" version = "0.12.5" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "XCompress is a free file archiver utility on Linux, providing multi-format archiving to and extracting from ZIP, Z, GZIP, BZIP2, LZ, XZ, LZMA, 7ZIP, TAR, RAR and ZSTD." homepage = "https://magiclen.org/xcompress" readme = "README.md" keywords = [ "compression", "decompression", "zip", "archive", "tar", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/magiclen/xcompress" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1" [dependencies.byte-unit] version = "4" features = ["std"] default-features = false [dependencies.clap] version = "4" features = ["derive"] [dependencies.concat-with] version = "0.2" [dependencies.execute] version = "0.2" [dependencies.num_cpus] version = "1" [dependencies.path-absolutize] version = "3" features = ["once_cell_cache"] [dependencies.scanner-rust] version = "2" [dependencies.terminal_size] version = "0.3"