[package] name = "fastxgz" version = "0.4.0" edition = "2021" license = "AGPL-3.0" description = "A fasta/fastq parser for both compressed and not compressed files." repository = "https://github.com/lrobidou/fastxgz" exclude = ["data/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] flate2 = "1.0.27" [dependencies.xxhash-rust] version = "0.8.6" features = ["xxh3"]