Get Crate Reverse Deps
get_crate_reverse_depsList crates that DEPEND ON a given crate (reverse dependencies), most-downloaded first — answers "what uses ", "how widely adopted is ", "who depends on ". Returns the total dependent count plus the top dependents with their version requirement, dependency kind, and download counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Crate name (e.g. "serde"). | |
| limit | No | Number of top dependents to return (default 20, max 100). |