# 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 = "ffforf" version = "0.3.0" authors = ["Joseph Guhlin "] exclude = [ "test_data/*.fasta", "*.profdata", ] description = "Another fasta/q/x file format parser. Well fuzzed." readme = "README.md" keywords = ["bioinformatics"] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/jguhlin/fffx" [[bin]] name = "ffforf" [dependencies.jetscii] version = "0.5.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.needletail] version = "0.5.1" [dependencies.pulp] version = "0.18.9" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.humansize] version = "2.1.3"