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