# 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 = "search-gwas" version = "0.0.1" description = "Search the GWAS Catalog for associations" readme = "README.md" license = "MIT" repository = "https://github.com/mrvillage/search-gwas" [dependencies.chrono] version = "0.4.38" features = ["rkyv"] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.dialoguer] version = "0.11.0" features = [ "editor", "fuzzy-select", "history", "completion", ] [dependencies.dirs] version = "5.0.1" [dependencies.prettytable] version = "0.10.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.reqwest] version = "0.12.4" features = ["blocking"] [dependencies.rkyv] version = "0.7.44" features = ["archive_le"] [dependencies.roxmltree] version = "0.19.0"