# 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 = "seqcomplexity" version = "0.1.2" authors = ["Steven Weaver "] description = "Calculates per-read and total sequence complexity from FastQ file." homepage = "https://stevenweaver.org" readme = "README.md" keywords = ["fastq"] license = "MIT" repository = "https://github.com/stevenweaver/seqcomplexity" [profile.release] lto = "fat" codegen-units = 1 debug = 1 [[bin]] name = "seqcomplexity" path = "src/main.rs" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.0.12" [dependencies.itertools] version = "0.10.0" [dependencies.needletail] version = "0.4.0" [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"