# 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 = "genomers" version = "0.1.2" authors = ["Matteo Bolner"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Package to download NCBI genome data and metadata" readme = "README.md" keywords = [ "genome", "NCBI", "genome-assembly", "bioinformatics", ] categories = [ "science::bioinformatics::sequence-analysis", "command-line-utilities", ] license = "MIT" repository = "https://github.com/matteobolner/genomers" [profile.release] strip = true [[bin]] name = "genomers" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.futures-util] version = "0.3.30" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.12.7" features = [ "stream", "blocking", ] [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.url] version = "2.5.2"