# 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 = "ehxacto" version = "0.1.0" authors = ["Rashid Al-Abri "] description = "Find exact tandem repeat coordinates from approximate regions identified by ExpansionHunter denovo" readme = "README.md" keywords = [ "bioinformatics", "genomics", "tandem-repeats", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/rashidalabri/ehxacto" [dependencies.anyhow] version = "1.0.82" [dependencies.bio] version = "1.6.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.indicatif] version = "0.17.8" features = ["rayon"] [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.198" [dependencies.serde_json] version = "1.0.116"