[package] authors = ["Mitchell R. Vollger "] categories = ["library"] description = "My utilities for reading and writing bioinformatics file formats" edition = "2021" keywords = ["bam", "bfx"] license = "MIT" name = "bio-io" repository = "https://github.com/fiberseq/fibertools-rs" version = "0.3.2" [dependencies] anyhow = "1.0.58" colored = "2.0.0" gzp = "0.11.3" rayon = "1.5" indicatif = {version = "0.17.7", features = ["rayon"]} itertools = "0.10.5" lazy_static = "1.4.0" log = "0.4" niffler = {version = "2.5.0", default-features = false, features = ["gz"]} regex = "1.9.1" rust-htslib = "0.44.1"