[[bin]]
name = "fqcat"
path = "src/main.rs"
[dependencies.async-compression]
version = "0.4.4"
[dependencies.bio]
version = "1.4.0"
[dependencies.clap]
features = ["derive"]
version = "4.4.6"
[dependencies.flate2]
version = "1.0.28"
[dependencies.futures]
version = "0.3.28"
[dependencies.glob]
version = "0.3.1"
[dependencies.seq_io]
version = "0.3.2"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.zstd]
version = "0.13.0"
[lib]
name = "libfqcat"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "science"]
description = "Tool for rapidly merging FASTQ files. Never use cat again!"
documentation = "https://github.com/nrminor/fqcat/blob/main/README.md"
edition = "2021"
homepage = "https://github.com/nrminor/fqcat"
keywords = ["science", "reproducibility", "bioinformatics", "data"]
license = "MIT"
name = "fqcat"
readme = "README.md"
repository = "https://github.com/nrminor/fqcat"
version = "0.2.0-alpha"
[profile.release]
lto = true