{"id":19147770,"url":"https://github.com/refcell/cargo-hoist","last_synced_at":"2025-05-07T03:02:01.323Z","repository":{"id":204317807,"uuid":"711484184","full_name":"refcell/cargo-hoist","owner":"refcell","description":"Dead simple, memoized cargo subcommand to hoist cargo-built binaries into the current working directory, written in Rust.","archived":false,"fork":false,"pushed_at":"2023-11-07T09:24:52.000Z","size":2849,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T15:54:37.223Z","etag":null,"topics":["cargo","cargo-subcommand","cli","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/cargo-hoist","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/refcell.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-29T12:14:18.000Z","updated_at":"2024-10-02T00:29:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"34e6d07f-7cc1-47d3-8eac-8b879e30b16a","html_url":"https://github.com/refcell/cargo-hoist","commit_stats":null,"previous_names":["refcell/cargo-hoist"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Fcargo-hoist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Fcargo-hoist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Fcargo-hoist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refcell%2Fcargo-hoist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refcell","download_url":"https://codeload.github.com/refcell/cargo-hoist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252804208,"owners_count":21806769,"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","cargo-subcommand","cli","rust"],"created_at":"2024-11-09T07:52:20.358Z","updated_at":"2025-05-07T03:02:01.253Z","avatar_url":"https://github.com/refcell.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cargo-hoist \n\n[![CI Build Status]][actions]\n[![Release]][actions]\n[![Tag Build Status]][actions]\n[![License]][mit-license]\n[![Docs]][Docs-rs]\n[![Latest Version]][crates.io]\n[![rustc 1.70+]][Rust 1.70]\n\n[CI Build Status]: https://img.shields.io/github/actions/workflow/status/refcell/cargo-hoist/ci.yml?branch=main\u0026label=build\n[Tag Build Status]: https://img.shields.io/github/actions/workflow/status/refcell/cargo-hoist/tag.yml?branch=main\u0026label=tag\n[Release]: https://img.shields.io/github/actions/workflow/status/refcell/cargo-hoist/release.yml?branch=main\u0026label=release\n[actions]: https://github.com/refcell/cargo-hoist/actions?query=branch%3Amain\n[Latest Version]: https://img.shields.io/crates/v/cargo-hoist.svg\n[crates.io]: https://crates.io/crates/cargo-hoist\n[rustc 1.70+]: https://img.shields.io/badge/rustc_1.70+-lightgray.svg?label=msrv\n[Rust 1.70]: https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html\n[License]: https://img.shields.io/badge/license-MIT-7795AF.svg\n[mit-license]: https://github.com/refcell/cargo-hoist/blob/main/LICENSE.md\n[Docs-rs]: https://docs.rs/cargo-hoist/\n[Docs]: https://img.shields.io/docsrs/cargo-hoist.svg?color=319e8c\u0026label=docs.rs\n\n**Dead simple cargo subcommand to hoist cargo-built binaries into scope.** https://github.com/refcell/cargo-hoist/labels/stable\n\n![](./etc/banner.png)\n\n**[Install](#usage)**\n| [User Docs](#what-is-cargo-hoist)\n| [Crate Docs][crates.io]\n| [Reference][Docs-rs]\n| [Contributing](#contributing)\n| [License](#license)\n\n## What is cargo-hoist?\n\n`cargo-hoist` is an ultra lightweight, dead simple cargo subcommand that memoizes cargo-built binaries using\na global toml cache file. Since the global toml file contains a memoized list of the built binary paths, the\n`hoist` subcommand can then be used to manipulate cargo-built binaries in a whole variety of ways.\n\nPrimarily, binaries can be pulled into the current working directory using `cargo hoist \u003cbin name\u003e` (the default,\nflagless `hoist` command). To load the binary into path, you can run `cargo hoist \u003cbin name\u003e --path`.\n\nOften, it's added overhead to remember where your binary is built within the `target/..` directories.\n`cargo-hoist` makes it easy to find locally built binaries using the `--list` (or `-l` shorthand) flag.\n\n## Usage\n\nInstall `cargo-hoist` using cargo.\n\n```text\ncargo install cargo-hoist\n```\n\n## CLI Flags\n\nBelow is a manual output for `v0.1.11`.\nTo generate a more up-to-date output, run `cargo hoist --help`. \n\n```text\nDead simple, memoized cargo subcommand to hoist cargo-built binaries into scope.\n\nUsage: cargo hoist [OPTIONS] [COMMAND]\n\nCommands:\n  hoist     Hoist dependencies\n  list      List registered dependencies\n  search    Search for a binary in the hoist toml registry\n  nuke      Nuke wipes the hoist toml registry\n  register  Registers a binary in the global hoist toml registry\n  help      Print this message or the help of the given subcommand(s)\n\nOptions:\n  -v, --verbosity...  Verbosity level (0-4). Default: 0 (ERROR)\n  -q, --quiet         Suppresses standard output\n  -h, --help          Print help\n  -V, --version       Print version\n```\n\n## Contributing\n\nContributions of all forms are welcome and encouraged!\n\nPlease check [existing issues][issues] for similar feature requests or bug reports.\n\nOtherwise, feel free to [open an issue][oissue] if no relevant issue already exists.\n\n[issues]: https://github.com/refcell/cargo-hoist/issues\n[oissue]: https://github.com/refcell/cargo-hoist/issues/new\n\n\n## License\n\nThis project is licensed under the [MIT License][mit-license].\n\nFree and open-source, forever. *All our rust are belong to you.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefcell%2Fcargo-hoist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefcell%2Fcargo-hoist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefcell%2Fcargo-hoist/lists"}