Crates.io

Crates.io

The Rust community package registry for discovering and sharing Rust crates

4 actions

Actions

Name
search_crates

Search for Rust crates on crates.io

get_crate

Get metadata for a specific Rust crate

get_crate_versions

List all published versions of a Rust crate

custom_api_call

Make a custom API call to the crates.io API

Quick Start

TypeScript
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?

Crates.io does not require an external account connection. Install the SDK, add the integration to a workspace, 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 3 meta-tools with on-demand API discovery for efficient agent access.

What authentication does Crates.io use?

Crates.io does not require external authentication.

How much does the Crates.io integration cost?

The Crates.io integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Crates.io in minutes

Get 1,000 free actions every month. No credit card required.