Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Kind1
Category
Sort:Used by Most Apps
serde_json
The de facto standard JSON library for Rust, built on the Serde serialization framework
serde
A generic framework for serializing and deserializing Rust data structures efficiently and safely.
Pydantic
Data validation and settings management using Python type hints, backed by a Rust core.
reqwest
An ergonomic, batteries-included HTTP client for Rust, with async and blocking APIs.
undici
A fast, spec-compliant HTTP/1.1 client for Node.js, built from scratch with zero runtime dependencies
tempfile
A secure, cross-platform Rust library for temporary files and directories that clean up automatically on drop.
base64
Correct, fast, and configurable base64 encoding and decoding for Rust, with pluggable alphabets and padding.
regex
Rust's finite-automata regex engine with guaranteed linear-time matching and no catastrophic backtracking.
Chrono
Timezone-aware date and time handling for Rust, with correct calendar operations and flexible strftime-style formatting.
Clap
The most widely used command-line argument parser for Rust, with both derive and builder APIs.
uuid
Generate and parse UUIDs in Rust across every standardized version, from v1 to v8.
sha2
Pure Rust implementation of the SHA-2 hash function family (SHA-224/256/384/512) with hardware-accelerated backends.
tracing
Structured, application-level diagnostics for async Rust programs, built around scoped spans and events.
urllib3
A powerful, user-friendly HTTP client for Python with thread-safe connection pooling, TLS verification, and retry handling.
proxy-agent
Maps HTTP, HTTPS, SOCKS, and PAC proxy protocols to the correct Node.js http.Agent implementation automatically.
Prisma Client
Auto-generated, type-safe database client for Node.js and TypeScript.
toml
A native Rust encoder and decoder for TOML with first-class Serde support.
quote
The quasi-quoting library that turns Rust syntax into token streams for procedural macros.
LiteLLM
Call 100+ LLM APIs from OpenAI to Anthropic to Bedrock through one unified, OpenAI-format Python interface.
once_cell
Single-assignment cells and lazy statics for Rust, without macros or unsafe code
serde_yaml
Strongly typed YAML serialization and deserialization for Rust, built on Serde
rustls
A modern, memory-safe TLS library for Rust with no unsafe code and no legacy crypto by default.
Tower
Modular, reusable Rust components for building async network clients and servers
sysinfo
Cross-platform Rust library for fetching system information — CPU, memory, disks, processes, and networks