[dependencies.flate2]
default-features = false
version = "^1.1"
[dependencies.memchr]
version = "^2.7"
[dependencies.ureq]
default-features = false
features = ["socks-proxy", "rustls"]
optional = true
version = "^3"
[[example]]
name = "fasta_cat"
path = "examples/fasta_cat.rs"
[[example]]
name = "fasta_count"
path = "examples/fasta_count.rs"
[[example]]
name = "fasta_count_indexed_chromosome"
path = "examples/fasta_count_indexed_chromosome.rs"
[[example]]
name = "fasta_fetch_remote_indexed"
path = "examples/fasta_fetch_remote_indexed.rs"
[[example]]
name = "fasta_iterator"
path = "examples/fasta_iterator.rs"
[[example]]
name = "fastq_cat"
path = "examples/fastq_cat.rs"
[[example]]
name = "fastx_cat"
path = "examples/fastx_cat.rs"
[[example]]
name = "fastx_count"
path = "examples/fastx_count.rs"
[features]
default = ["rust-backend", "url"]
rust-backend = ["flate2/rust_backend"]
url = ["dep:ureq"]
zlib = ["flate2/zlib"]
zlib-ng = ["flate2/zlib-ng"]
zlib-ng-compat = ["flate2/zlib-ng-compat"]
[lib]
name = "fastx"
path = "src/lib.rs"
[package]
authors = ["Andreas Hauser <Andreas.Hauser@LMU.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "FastX reads Fasta and FastQ files with little overhead."
edition = "2021"
keywords = ["sequencing", "genome", "Fasta", "FastQ", "bioinformatics"]
license = "CC-BY-SA-4.0"
name = "fastx"
readme = "README.md"
repository = "https://github.com/ahcm/fastx"
version = "0.6.0"