Crates.io
The Rust community package registry for discovering and sharing Rust crates
Actions
| Name | Description |
|---|---|
search_cratesSearch for Rust crates on crates.io | Search for Rust crates on crates.io |
get_crateGet metadata for a specific Rust crate | Get metadata for a specific Rust crate |
get_crate_versionsList all published versions of a Rust crate | List all published versions of a Rust crate |
custom_api_callMake a custom API call to the crates.io API | Make a custom API call to the crates.io API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'crates-io',
actionName: 'search_crates',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Crates.io to my app?
Use Weavz Hosted Connect for No Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Crates.io support?
Crates.io supports 4 actions including Search Crates, Get Crate, Get Crate Versions, Custom API Call.
Can I use Crates.io with AI agents?
Yes. Add Crates.io to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Crates.io use?
Crates.io uses No Auth. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Crates.io integration cost?
The Crates.io integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Crates.io in 2 minutes
Get 1,000 free actions every month. No credit card required.