# 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.65.0" name = "aki-xcat" version = "0.1.36" authors = ["aki "] build = "build.rs" description = """ concatenate files that are plain, gzip, xz and zstd. """ readme = "README.md" keywords = [ "text", "filter", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aki-akaguma/aki-xcat" [package.metadata.deb] assets = [ [ "target/release/aki-xcat", "usr/bin/", "755", ], [ "target/rust-version-info.txt", "usr/share/doc/aki-xcat/", "644", ], [ "README.md", "usr/share/doc/aki-xcat/", "644", ], ] depends = "$auto" extended-description = """ concatenate files that are plain, gzip, xz and zstd. """ features = ["debian_build"] maintainer = "aki " priority = "optional" section = "AAA-text" separate-debug-symbols = true [lib] name = "libaki_xcat" crate-type = ["lib"] path = "src/lib.rs" [[bin]] name = "aki-xcat" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.flate2] version = "1.0" features = ["rust_backend"] optional = true default-features = false [dependencies.flood-tide] version = "0.2" features = ["stop_at_mm"] default-features = true [dependencies.inflate] version = "0.4.5" optional = true [dependencies.libflate] version = "2.1" optional = true [dependencies.lz4] version = "1.24" optional = true [dependencies.memx-cdy] version = "0.1" [dependencies.runnel] version = "0.3" [dependencies.xz2] version = "0.1" optional = true [dependencies.zstd] version = "0.13" optional = true [dev-dependencies.exec-target] version = "0.2" [dev-dependencies.indoc] version = "2.0" [build-dependencies.rust-version-info-file] version = "0.1" [features] debian_build = [] default = [ "flate2", "xz2", "zstd", "lz4", ]