| Name | GitHub | Crates.io | Description | Works on |
|---|---|---|---|---|
| serde | GitHub | Crates.io | Framework for serializing and deserializing Rust data structures efficiently and generically. | - |
| tokio | GitHub | Crates.io | Asynchronous runtime for Rust, with async/await support. | - |
| anyhow | GitHub | Crates.io | Simple error handling library for Rust. | - |
| thiserror | GitHub | Crates.io | Derive-based custom error types for Rust. | - |
| reqwest | GitHub | Crates.io | Easy and powerful HTTP client. | - |
| actix-web | GitHub | Crates.io | High-performance web framework. | - |
| sqlx | GitHub | Crates.io | Async SQL toolkit for Rust. | - |
| log | GitHub | Crates.io | Logging facade for Rust libraries and applications. | - |
| env_logger | GitHub | Crates.io | Logging implementation that reads configuration from environment variables. | - |
| rand | GitHub | Crates.io | Random number generators and utilities. | - |
| regex | GitHub | Crates.io | Regular expressions library for Rust. | - |
| dirs-next | GitHub | Crates.io | Find user directories in a cross-platform way (config, cache, home, etc.). | - |
| walkdir | GitHub | Crates.io | Efficient recursive directory iterator for Rust, supports filtering and sorting. | - |
| governor | GitHub | Crates.io | Asynchronous and synchronous rate-limiting library for Rust. | - |
| chrono | GitHub | Crates.io | Date and time library for Rust, providing timezone support, parsing, formatting, and arithmetic. | - |
| symphonia | GitHub | Crates.io | A pure-Rust audio decoding and media processing library supporting various formats. | - |
| tinyaudio | GitHub | Crates.io | Tiny audio playback library for Rust, focused on simplicity and low overhead. | Windows, macOS, Linux |
| once_cell | GitHub | Crates.io | Provides lazy-initialized static values for Rust. | - |
| clipboard-rs | GitHub | Crates.io | Cross-platform clipboard access library for Rust. | Windows, macOS, Linux |
| Name | GitHub | Crates.io | Description |
|---|---|---|---|
| clap | GitHub | Crates.io | A simple to use, full-featured command-line argument parser for Rust. |
| console | GitHub | Crates.io | Utilities for writing text-based user interfaces, styling, and colors in the terminal. |
| indicatif | GitHub | Crates.io | A Rust library for creating progress bars and spinners. |