# 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 = "cargo-grab" version = "0.1.0" description = "A cargo subcommand to download crates from crate registries" license = "MPL-2.0" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.flate2] version = "1.0.26" [dependencies.fs_extra] version = "1.3.0" [dependencies.itertools] version = "0.11.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.18" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.tar] version = "0.4.40" [dependencies.tokio] version = "1.30.0" features = ["full"] [dependencies.toml] version = "0.7.6"