{"id":13822463,"url":"https://github.com/mainrs/cargo-free","last_synced_at":"2026-01-21T20:34:41.405Z","repository":{"id":48359495,"uuid":"284966014","full_name":"mainrs/cargo-free","owner":"mainrs","description":"A cargo subcommand to check if a given crate name is available.","archived":false,"fork":false,"pushed_at":"2023-02-08T16:20:38.000Z","size":860,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-22T19:55:33.184Z","etag":null,"topics":["cargo-subcommand","cli","rust-library"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/cargo-free","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mainrs.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"license-apache","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-08-04T12:00:43.000Z","updated_at":"2023-02-28T11:04:26.000Z","dependencies_parsed_at":"2023-07-14T09:15:18.875Z","dependency_job_id":null,"html_url":"https://github.com/mainrs/cargo-free","commit_stats":null,"previous_names":["sirwindfield/cargo-free"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/mainrs/cargo-free","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainrs%2Fcargo-free","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainrs%2Fcargo-free/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainrs%2Fcargo-free/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainrs%2Fcargo-free/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mainrs","download_url":"https://codeload.github.com/mainrs/cargo-free/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mainrs%2Fcargo-free/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28642056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-subcommand","cli","rust-library"],"created_at":"2024-08-04T08:02:01.245Z","updated_at":"2026-01-21T20:34:36.397Z","avatar_url":"https://github.com/mainrs.png","language":"Nix","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# cargo-free\n\n[![Maintenance](https://img.shields.io/badge/maintenance-actively%20maintained-brightgreen.svg)](https://github.com/SirWindfield/cargo-free)\n[![crates.io](https://img.shields.io/crates/v/cargo-free.svg)](https://crates.io/crates/cargo-free)\n[![crates.io](https://img.shields.io/crates/d/cargo-free)](https://crates.io/crates/cargo-free)\n\n\u003e A cargo subcommand to check if a given crate name is available.\n\n## Installation\n\n```text\ncargo install cargo-free --locked\n```\n\nIf you do not want a colored help message and colored output, you can install without the feature:\n\n```text\ncargo install cargo-free --locked --no-default-features\n```\n\n## Usage\n\n### CLI\n\n```text\n$ cargo free name-to-check\nAvailable\n```\n\n```text\n$ cargo free name1 name2 name3\nname1: Available\nname2: Available\nname3: Unavailable\n```\n\n### Library\n\n```rust\nuse cargo_free::{check_availability, Availability};\n\nlet availability = check_availability(\"serde\");\nassert_eq!(availability, Availability::Unavailable);\n```\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n  https://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainrs%2Fcargo-free","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmainrs%2Fcargo-free","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainrs%2Fcargo-free/lists"}