# 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 = "fffx" version = "0.1.3" authors = ["Joseph Guhlin "] exclude = [ "test_data/*.fasta", "*.profdata", ] description = "Another fasta/q/x file format parser. Well fuzzed." readme = "README.md" keywords = [ "bioinformatics", "fasta", "compression", "fastq", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/jguhlin/fffx" [[bench]] name = "parse_fasta" harness = false [dependencies.bytelines] version = "=2.2.2" [dependencies.flate2] version = "1.0.24" features = ["zlib"] default-features = false [dependencies.simdutf8] version = "0.1.4" [dependencies.static_assertions] version = "1.1.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.humansize] version = "2.0.0"