# 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 = "rust-parallelfastx" version = "0.1.1" authors = ["Rayan Chikhi "] description = "Parallel iteration of FASTA/FASTQ files, for when sequence order doesn't matter but speed does" readme = "README.md" keywords = ["bioinformatics"] categories = [ "science", "algorithms", ] license = "MIT/Apache-2.0" [dependencies.memmap] version = "0.7.0" [dependencies.seq_io] version = "0.4.0-alpha.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.quickcheck] version = "^0.7.1" [dev-dependencies.rand] version = "^0.5"