alignoth 0.14.1

A tool for creating alignment plots from bam files
[package]
name = "alignoth"
description = "A tool for creating alignment plots from bam files"
license = "MIT"
version = "0.14.1"
authors = ["Felix Wiegand <felix.wiegand@tu-dortmund.de>", "Johannes Köster <johannes.koester@tu-dortmund.de>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
structopt = "0.3.26"
rust-htslib = "0.49.0"
bio = "2.2.0"
log = "0.4.27"
simplelog = "0.12.2"
anyhow = "1.0.98"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.140"
rand = "0.9.1"
itertools = "0.14.0"
csv = "1.3.1"
tera = "1.20.0"
reqwest = "0.11" # 0.12 seems to cause issues fetching vega libs from cdn
tokio = { version = "1", features = ["full"] }