# 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 = "strif" version = "0.2.1" description = "A tool to identify interruptions in short tandem repeats across the genome" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rashidalabri/strif" [dependencies.anyhow] version = "1.0.71" [dependencies.bio] version = "1.1.0" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.csv] version = "1.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1" [dependencies.rust-htslib] version = "0.43.1" default-features = false [dependencies.serde_json] version = "1.0" [dependencies.stderrlog] version = "0.5.4"