# 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 = "2018" name = "fastqc-rs" version = "0.3.4" authors = ["Felix Wiegand "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast quality control tool for FASTQ files written in rust" homepage = "https://fastqc-rs.github.io" readme = "README.md" keywords = ["fastq"] license = "MIT" repository = "https://github.com/fastqc-rs/fastqc-rs" [profile.release] lto = "fat" codegen-units = 1 debug = 1 [[bin]] name = "fqc" path = "src/main.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "4.5" [dependencies.env_logger] version = "0.11" [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4" [dependencies.needletail] version = "0.5.1" [dependencies.reqwest] version = "0.9.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde_json] version = "1.0.62" [dependencies.tera] version = "1.6.1"