# 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 = "prepare_fasta" version = "0.1.0" authors = [ "Rob Patro", "Rob Patro ", ] description = "Compute hash-based signatures of sequence, and perform pre-processing" homepage = "https://github.com/COMBINE-lab/prepare_fasta/" readme = "README.md" keywords = [ "science", "bioinformatics", ] categories = [ "command-line-utilities", "science", ] license = "BSD-3-Clause-Attribution" repository = "https://github.com/COMBINE-lab/prepare_fasta/" [lib] name = "prepare_fasta" path = "src/lib.rs" [[bin]] name = "prepare_fasta" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.6" features = [ "default", "derive", "wrap_help", ] [dependencies.flate2] version = "1.0.27" [dependencies.hex] version = "0.4.3" [dependencies.needletail] version = "0.5.1" [dependencies.serde_json] version = "1.0.107" [dependencies.sha2] version = "0.10.8" features = [ "asm", "asm-aarch64", ]