# 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 = "2018" name = "bamrescue" version = "0.3.0" authors = ["Jérémie Roquet "] description = "Utility to check Binary Sequence Alignment / Map (BAM) files for corruption and repair them" homepage = "https://github.com/Arkanosis/bamrescue" documentation = "https://github.com/Arkanosis/bamrescue" readme = "README.md" keywords = [ "bam", "integrity", "check", "repair", "bioinfo", ] categories = ["command-line-utilities"] license = "ISC" repository = "https://github.com/Arkanosis/bamrescue" [dependencies.byteorder] version = "1.4" [dependencies.crc] version = "3.0" [dependencies.docopt] version = "1.1" [dependencies.futures] version = "0.1" [dependencies.futures-cpupool] version = "0.1" [dependencies.indicatif] version = "0.16" [dependencies.inflate] version = "0.4" [dependencies.number_prefix] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0"