# 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 = "crate_downloader" version = "0.1.1" default-run = "crate_downloader" description = "This project allows you to download source code of a single Rust crate from crates.io or download the entire crates.io to local. We provide both library and runnable codes to do so." homepage = "https://github.com/Cargo-Ecosystem-Monitor" readme = "README.md" keywords = [ "download", "ecosystem", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/Cargo-Ecosystem-Monitor/Cargo-Crate-Downloader" [dependencies.anyhow] version = "1.0.56" [dependencies.crossbeam] version = "0.8.1" [dependencies.downloader] version = "0.2.6" [dependencies.log] version = "0.4.14" [dependencies.pbr] version = "=1.0.4" [dependencies.postgres] version = "0.19.2" [dependencies.simplelog] version = "0.12.0"