# 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 = "readmerger" version = "0.1.0-alpha" description = "Tool for rapidly merging FASTQ files. Never use cat again!" homepage = "https://github.com/nrminor/readmerger" documentation = "https://github.com/nrminor/readmerger/blob/main/README.md" readme = "README.md" keywords = [ "science", "reproducibility", "bioinformatics", "data", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/nrminor/readmerger" [profile.release] lto = true [lib] name = "readmerger" path = "src/lib.rs" [[bin]] name = "readmerger" path = "src/main.rs" [dependencies.async-compression] version = "0.4.4" [dependencies.bio] version = "1.4.0" [dependencies.clap] version = "4.4.6" features = ["derive"] [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] version = "1" features = ["full"] [dependencies.zstd] version = "0.13.0"