{"id":13822878,"url":"https://github.com/frewsxcv/rust-crates-index","last_synced_at":"2026-01-05T11:16:31.658Z","repository":{"id":32751466,"uuid":"36342407","full_name":"frewsxcv/rust-crates-index","owner":"frewsxcv","description":"Rust library for retrieving and interacting with the crates.io index","archived":false,"fork":false,"pushed_at":"2024-04-08T06:34:50.000Z","size":439,"stargazers_count":69,"open_issues_count":7,"forks_count":37,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-14T13:51:51.652Z","etag":null,"topics":["crates-io","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/crates-index/","language":"Rust","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/frewsxcv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2015-05-27T04:18:42.000Z","updated_at":"2024-04-15T20:27:08.998Z","dependencies_parsed_at":"2023-02-17T11:16:06.457Z","dependency_job_id":"4b5710d1-cfc3-4e4f-b45d-e1c8c5020169","html_url":"https://github.com/frewsxcv/rust-crates-index","commit_stats":{"total_commits":383,"total_committers":36,"mean_commits":10.63888888888889,"dds":0.6684073107049608,"last_synced_commit":"3e1b769353d2e6bbdfd5288637aa6a111b056939"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frewsxcv%2Frust-crates-index","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frewsxcv%2Frust-crates-index/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frewsxcv%2Frust-crates-index/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frewsxcv%2Frust-crates-index/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frewsxcv","download_url":"https://codeload.github.com/frewsxcv/rust-crates-index/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135147,"owners_count":20889421,"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":["crates-io","rust"],"created_at":"2024-08-04T08:02:22.200Z","updated_at":"2026-01-05T11:16:31.623Z","avatar_url":"https://github.com/frewsxcv.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# crates-index\n\n[![crates-index on Crates.io](https://img.shields.io/crates/v/crates-index.svg)](https://crates.io/crates/crates-index)\n\nLibrary for retrieving and interacting with the [crates.io registry index](https://doc.rust-lang.org/cargo/reference/registry-index.html) using either the `git` or `sparse` protocol.\n\nThe index contains metadata for all Rust libraries and programs published on crates.io: their versions, dependencies, and feature flags.\n\n[Documentation](https://docs.rs/crates-index/)\n\n## Example\n\n```rust\nlet index = crates_index::GitIndex::new_cargo_default()?;\n\nfor crate_releases in index.crates() {\n    let _ = crate_releases.most_recent_version(); // newest version\n    let crate_version = crate_releases.highest_version(); // max version by semver\n    println!(\"crate name: {}\", crate_version.name());\n    println!(\"crate version: {}\", crate_version.version());\n}\n```\n\n## Changelog\n\nPlease find the changelog in [CHANGELOG.md](https://github.com/frewsxcv/rust-crates-index/blob/master/CHANGELOG.md).\n\n## Similar crates\n\n- [`tame-index`](https://github.com/EmbarkStudios/tame-index) - a hard fork with many improvements and advantages\n- [`crates_io_api`](https://github.com/theduke/crates_io_api) - a way to talk to the HTTP API of crates.io\n\n## License\n\nLicensed under version 2 of the Apache License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrewsxcv%2Frust-crates-index","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrewsxcv%2Frust-crates-index","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrewsxcv%2Frust-crates-index/lists"}