{"id":20255345,"url":"https://github.com/hehehai/cratehub","last_synced_at":"2025-07-14T18:39:20.128Z","repository":{"id":37088059,"uuid":"499761979","full_name":"hehehai/cratehub","owner":"hehehai","description":"🦀 A browser extension to explore rust cargo dependencies on GitHub repos","archived":false,"fork":false,"pushed_at":"2022-06-17T13:40:16.000Z","size":424,"stargazers_count":24,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T00:05:54.539Z","etag":null,"topics":["browser-extension","cargo","crates","extension","rust"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/hehehai.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":"2022-06-04T07:57:50.000Z","updated_at":"2024-09-10T15:03:14.000Z","dependencies_parsed_at":"2022-07-27T16:02:57.119Z","dependency_job_id":null,"html_url":"https://github.com/hehehai/cratehub","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hehehai/cratehub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehehai%2Fcratehub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehehai%2Fcratehub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehehai%2Fcratehub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehehai%2Fcratehub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hehehai","download_url":"https://codeload.github.com/hehehai/cratehub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hehehai%2Fcratehub/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265333612,"owners_count":23748832,"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":["browser-extension","cargo","crates","extension","rust"],"created_at":"2024-11-14T10:38:13.910Z","updated_at":"2025-07-14T18:39:20.101Z","avatar_url":"https://github.com/hehehai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"docs/assets/createhub.svg\" width=\"45\" align=\"left\"\u003e cratehub\n\nOn every GitHub repository or folder with a `Cargo.toml` file, scroll to the bottom of the page to see a list of its npm dependencies and their descriptions.\n\ncratehub also adds convenient links to:\n\n- the `Cargo.toml` file\n- create info\n- add create data copy (eg: `rustfmt-nightly = \"1.4.21\"`)\n- `Cargo.toml` Workspaces\n- [crates.io](https://crates.io/)\n- [rust docs](https://docs.rs/)\n- [rust playground](https://play.rust-lang.org/)\n\nGitHub Enterprise is also supported by right-clicking on cratehub's icon in the toolbar and selecting \u003cstrong\u003eEnable cratehub on this domain\u003c/strong\u003e.\n\n## Design\n\nHere's what cratehub looks like:\n\n![cratehub on Chrome](https://user-images.githubusercontent.com/12692552/173165981-414dc36d-a11b-4e09-b92f-7c1333f84ea0.png)\n\n## Installation\n\n[link-chrome]: https://chrome.google.com/webstore/detail/createhub/ipcffemefdnmgnhkpdkenddfoebpejei 'Version published on Chrome Web Store'\n[link-firefox]: https://addons.mozilla.org/addon/cratehub/ 'Version published on Mozilla Add-ons'\n\n[\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/90fdf03c/src/chrome/chrome.svg\" width=\"48\" alt=\"Chrome\" valign=\"middle\"\u003e][link-chrome] [\u003cimg valign=\"middle\" src=\"https://img.shields.io/chrome-web-store/v/ipcffemefdnmgnhkpdkenddfoebpejei.svg?label=%20\"\u003e][link-chrome] also compatible with [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/90fdf03c/src/edge/edge.svg\" width=\"24\" alt=\"Edge\" valign=\"middle\"\u003e][link-chrome] [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/90fdf03c/src/opera/opera.svg\" width=\"24\" alt=\"Opera\" valign=\"middle\"\u003e][link-chrome]\n\n[\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/90fdf03c/src/firefox/firefox.svg\" width=\"48\" alt=\"Firefox\" valign=\"middle\"\u003e][link-firefox] [\u003cimg valign=\"middle\" src=\"https://img.shields.io/amo/v/cratehub.svg?label=%20\"\u003e][link-firefox]\n\n\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/90fdf03c/src/safari/safari_128x128.png\" width=\"48\" alt=\"Safari\" valign=\"middle\"\u003e ! todo dev\n\n### Development\n\n```bash\npnpm dev\n```\n\nThen **load extension in browser with the `extension/` folder**.\n\nFor Firefox developers, you can run the following command instead:\n\n```bash\npnpm start:firefox\n```\n\n`web-ext` auto reload the extension when `extension/` files changed.\n\n\u003e While Vite handles HMR automatically in the most of the case, [Extensions Reloader](https://chrome.google.com/webstore/detail/fimgfedafeadlieiabdeeaodndnlbhid) is still recommanded for cleaner hard reloading.\n\n### Build\n\nTo build the extension, run\n\n```bash\npnpm build\n```\n\nAnd then pack files under `extension`, you can upload `extension.crx` or `extension.xpi` to appropriate extension store.\n\n## See Also\n\n- [npmhub](https://github.com/npmhub/npmhub) - On every GitHub repository or folder with a package.json file, scroll to the bottom of the page to see a list of its npm dependencies and their descriptions.\n\n## thx\n\n- [crates.io](https://crates.io/) - crate info api\n- [vitesse-webext](https://github.com/antfu/vitesse-webext) - ⚡️ WebExtension Vite Starter Template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhehehai%2Fcratehub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhehehai%2Fcratehub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhehehai%2Fcratehub/lists"}