# 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 = "phcue-ck" version = "0.2.0" authors = ["Anders Goncalves da Silva "] exclude = [ "/scripts", "Dockerfile", "/.github", "Makefile", "mkdocs.yml", "/docs", "CHANGELOG.md", ] description = "phcue-ck is a command line tool to obtain FTP links to FASTQ files from ENA using run accession" readme = "README.md" keywords = [ "bioinformatics", "fastq", ] categories = [ "science", "command-line-utilities", ] license = "MIT" repository = "https://github.com/lgi-onehealth/phcue-ck" resolver = "2" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.csv] version = "1.1.6" [dependencies.futures] version = "0.3.21" [dependencies.openssl] version = "0.10.41" features = ["vendored"] [dependencies.openssl-probe] version = "0.1.5" [dependencies.regex] version = "1.6.0" [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.serde] version = "1.0.142" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.tokio] version = "1.20.1" features = ["full"] [dev-dependencies.trycmd] version = "0.13.5"