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