open-context_get_rust_info
Fetch and cache Rust crate details from crates.io to access version information and dependencies.
Instructions
Fetch and cache information about Rust crates from crates.io
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crateName | Yes | Name of the Rust crate (e.g., 'serde', 'tokio', 'actix-web') | |
| version | No | Specific version of the crate (optional, defaults to latest) |