{"id":13822610,"url":"https://github.com/Xion/cargo-download","last_synced_at":"2025-05-16T17:31:18.247Z","repository":{"id":46642875,"uuid":"111134895","full_name":"Xion/cargo-download","owner":"Xion","description":"Cargo subcommand for downloading crates directly from crates.io","archived":true,"fork":false,"pushed_at":"2021-10-02T04:29:08.000Z","size":42,"stargazers_count":28,"open_issues_count":9,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-07T10:17:06.392Z","etag":null,"topics":["cargo","crates","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-17T18:01:34.000Z","updated_at":"2023-11-19T16:53:17.000Z","dependencies_parsed_at":"2022-09-06T16:11:22.979Z","dependency_job_id":null,"html_url":"https://github.com/Xion/cargo-download","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xion%2Fcargo-download","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xion%2Fcargo-download/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xion%2Fcargo-download/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xion%2Fcargo-download/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xion","download_url":"https://codeload.github.com/Xion/cargo-download/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225442834,"owners_count":17475117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cargo","crates","rust"],"created_at":"2024-08-04T08:02:08.682Z","updated_at":"2024-11-19T23:30:42.234Z","avatar_url":"https://github.com/Xion.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# cargo-download\n\n[![crates.io](https://img.shields.io/crates/v/cargo-download.svg)](https://crates.io/crates/cargo-download)\n[![Build Status](https://travis-ci.org/Xion/cargo-download.svg?branch=master)](https://travis-ci.org/Xion/cargo-download)\n\nA cargo subcommand for downloading crates from _crates.io_\n\n## About\n\n`cargo-download` can be used to download a gzipped archive of given crate,\nin the exact form that it was uploaded to _crates.io_.\n\nThis can be useful for a variety of things, such as:\n\n* checking in your dependencies in source control (if your team/organization follows this practice)\n* mirroring _crates.io_ for reproducible CI/CD pipelines\n* security auditing of crates (esp. when a crate repository is missing)\n* reproducing a bug that only occurs in uploaded versions of your crate\n\n## Installation\n\n`cargo-download` can be installed with `cargo install`:\n\n    $ cargo install cargo-download\n\nThis shall put the `cargo-download` executable in your Cargo binary directory\n(e.g. `~/.cargo/bin`), which hopefully is in your `$PATH`.\n\n## Usage\n\nTo download the newest version of `foo` crate, do this:\n\n    $ cargo download foo \u003efoo.gz\n\nYou can also use the standard _Cargo.toml_ notation to specify a particular version:\n\n    $ cargo download foo==0.9 \u003efoo-0.9.gz\n\nFor more detailed usage instructions, run `cargo download --help`.\n\n## License\n\n`cargo-download` is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FXion%2Fcargo-download","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FXion%2Fcargo-download","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FXion%2Fcargo-download/lists"}