[package] name = "alignoth" description = "A tool for creating alignment plots from bam files" license = "MIT" version = "0.13.0" authors = ["Felix Wiegand ", "Johannes Köster "] 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.47.0" bio = "2.0.3" log = "0.4.22" simplelog = "0.12.2" anyhow = "1.0.89" serde = { version = "1", features = ["derive"] } serde_json = "1.0.128" rand = "0.8.5" itertools = "0.13.0" csv = "1.3.0" tera = "1.20.0" reqwest = "0.12.7" tokio = { version = "1", features = ["full"] }