| Crates.io | cargo-sponsor |
| lib.rs | cargo-sponsor |
| version | 2025.1.12-1 |
| created_at | 2026-01-13 06:25:41.888215+00 |
| updated_at | 2026-01-13 06:25:41.888215+00 |
| description | Find sponsorship links for your Rust project's dependencies |
| homepage | |
| repository | https://github.com/nikhiljha/cargo-sponsor |
| max_upload_size | |
| id | 2039459 |
| size | 73,032 |
Find sponsorship links for your Rust project's dependencies.
cargo install cargo-sponsor
cargo sponsor
This will scan your project's dependencies and display a table of packages that have sponsorship links configured.
--manifest-path <PATH> - Path to Cargo.toml (default: current directory)--output <FORMAT> - Output format: rich (default) or json--top-level-only - Only show direct dependenciesFor best results, set a GITHUB_TOKEN environment variable or have the GitHub CLI (gh) installed and authenticated. This enables fetching sponsor counts and FUNDING.yml information.
💝 Sponsorable Dependencies
Found 5 projects you can support:
Package Sponsors Link
────────── ──────── ────────────────────────────────────────
serde 42 https://github.com/sponsors/dtolnay
tokio 128 https://github.com/sponsors/tokio-rs
...
MIT