# 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 = "ncbi_dl" version = "0.1.8" authors = ["eric9n@gmail.com"] description = "download ncbi genome file" readme = "README.md" keywords = [ "bioinformatics", "metagenomics", "microbiome", "ncbi", ] license = "MIT" repository = "https://github.com/eric9n/Kun-peng" [dependencies.anyhow] version = "1.0" [dependencies.async-compression] version = "0.4.5" [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.env_logger] version = "0.11.0" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3.30" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.md-5] version = "0.10.6" [dependencies.num_cpus] version = "1.13.1" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12.4" features = [ "stream", "multipart", "gzip", ] [dependencies.reqwest-middleware] version = "0.3" [dependencies.reqwest-retry] version = "0.6.1" [dependencies.tar] version = "0.4" [dependencies.tokio] version = "1" features = ["full"]