# 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 = "seqsplitter" version = "0.1.4" authors = ["Steven Weaver "] description = "Parses fasta records based on list of either header names or regexes" homepage = "https://stevenweaver.org" readme = "README.md" keywords = [ "fastq", "fasta", ] license = "MIT" repository = "https://github.com/stevenweaver/seqsplitter" [profile.release] lto = "fat" codegen-units = 1 debug = 1 [[bin]] name = "seqsplitter" path = "src/main.rs" [dependencies.bio] version = "0.41.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.0.12" [dependencies.itertools] version = "0.10.0" [dependencies.regex] version = "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"