# 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 = "pdb-fetch" version = "0.1.1" authors = ["PY "] description = "Download Multiple Files from the PDB Archive.\n" homepage = "https://github.com/py0x/pdb-fetch" readme = "README.md" keywords = ["pdb", "rcsb", "mmcif"] license = "MIT" repository = "https://github.com/py0x/pdb-fetch" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.async-channel] version = "1.7.1" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.futures] version = "0.3.24" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.tokio] version = "1" features = ["full"]