[package]
name = "alignoth"
description = "A tool for creating alignment plots from bam files"
license = "MIT"
version = "0.7.3"
authors = ["Felix Wiegand <felix.wiegand@tu-dortmund.de>", "Johannes Köster <johannes.koester@tu-dortmund.de>"]
edition = "2021"
[dependencies]
structopt = "0.3.26"
rust-htslib = "0.41.0"
bio = "1.1.0"
log = "0.4.14"
simplelog = "0.12.1"
anyhow = "1.0.70"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.95"
rand = "0.8.5"
itertools = "0.10.5"
csv = "1.2.1"
tera = "1.18.1"
reqwest = "0.11.16"
tokio = { version = "1", features = ["full"] }