# 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 = "2021" name = "alignoth" version = "0.13.0" authors = [ "Felix Wiegand ", "Johannes Köster ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for creating alignment plots from bam files" readme = "README.md" license = "MIT" [[bin]] name = "alignoth" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.bio] version = "2.0.3" [dependencies.csv] version = "1.3.0" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.7" [dependencies.rust-htslib] version = "0.47.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.simplelog] version = "0.12.2" [dependencies.structopt] version = "0.3.26" [dependencies.tera] version = "1.20.0" [dependencies.tokio] version = "1" features = ["full"]