[package] name = "fastx" version = "0.2.1" edition = "2021" authors = ["Andreas Hauser "] description = "FastX reads Fasta and FastQ files with little overhead." license = "CC-BY-SA-4.0" keywords = ["sequencing", "genome", "Fasta", "FastQ", "bioinformatics"] repository = "https://github.com/ahcm/fastx" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] memchr = "2.7.1"