BROWSE A-Z
All 305,250 crates, alphabetically
Data as of 2026-07-25 (crates.io database dump, timestamp 2026-07-25T02:00:36Z). Source: crates.io · db-dump.tar.gz · methodology & corrections.
foundation-codecsFoundation Devices no_std friendly codecs1,519GPL-3.0-or-later
foundation-firmwareFoundation Devices, Inc. Passport Firmware image parser.
This provides a command-line tool to verify the signatures of a…9,032GPL-3.0-or-later AND GPL-3.0-only
foundation-modelsSafe Rust bindings for Apple's FoundationModels framework - on-device LLM on macOS 26+471MIT OR Apache-2.0
foundation-urImplementation of Blockchain Common's Uniform Resources (UR) standard,
with static memory allocation for embedded devices while…43,580MIT
foundation-urtypesUniform Resource (UR) types.
This crate provides a collection of Uniform Resources types that can
serialized and deserialized.24,266GPL-3.0-or-later
foundation_aiAI foundation crate for the eweplatform15Apache-2.0
foundation_arrowArrow-based zero-copy serialization for any Rust type. Works on native, WASI, and WASM.68Apache-2.0
foundation_authAuthentication and authorization — OAuth2/OIDC flows, JWT handling, password hashing (Argon2), TOTP, and session management with…67Apache-2.0
foundation_auth_uiWASM UI components for authentication — login, register, MFA, account management31Apache-2.0
foundation_browserPure-Rust browser test driver (CDP) — speak the browser's JSON-RPC protocol directly from Rust39Apache-2.0
foundation_buildtoolsBuild-time helpers for cross-platform compilation: target detection, EMSDK wiring, codegen-backend detection, and wasm target…139Apache-2.0
foundation_cedarCedar policy engine integration — fine-grained authorization with optional database-backed policy storage34Apache-2.0
foundation_codegenBuild-time source scanning library for finding macro-annotated Rust items243Apache-2.0
foundation_codegentoolsCode generation tooling: WASM binary generation, schema codegen, crate scanning, and build tooling for the ewe platform63Apache-2.0
foundation_compactCross-platform substrate: time polyfill + vendored entropy + RNG + scru128 IDs183Apache-2.0
foundation_conditionalBlock-level conditional compilation macros for gating code on feature flags47Apache-2.0
foundation_configTOML-based configuration file loading — pure std::fs + serde + toml36Apache-2.0
foundation_connectrpcConnectRPC for the EWE platform — Connect/gRPC/gRPC-Web on foundation crates38Apache-2.0
foundation_connectrpc_codegenBuild-time ConnectRPC code generation for foundation_connectrpc — protoc plugin (protoc-gen-connect-ewe) + build.rs helper…17Apache-2.0
foundation_coreCentral crate for all foundation crates for the ewe-platform project1,874Apache-2.0
foundation_cronjobsCron job scheduling with valtron executor and foundation_db persistence32Apache-2.0
foundation_dbUnified storage backend with Turso sync API, D1, R2, and in-memory fallback123Apache-2.0
foundation_deploymentFoundation deployment providers for multi-cloud deployments83Apache-2.0
foundation_deployment_cloudflareCloudflare API v4 client — DNS records, zones, certificates42Apache-2.0
foundation_deployment_digitaloceanDigitalOcean API v2 client — droplet provisioning and SSH keys35Apache-2.0
foundation_deployment_dockerDocker Engine API v1.53 client over DynNetClient + valtron (bollard-free)63Apache-2.0
foundation_deployment_hetznerHetzner Cloud API v1 client — VPS provisioning and SSH keys33Apache-2.0
foundation_deployment_huggingfaceHugging Face Hub API client — model/dataset/space listing, repo management, and file upload/download using foundation_netio and…36Apache-2.0
foundation_deployment_platformFoundation deployment platform — VM/container orchestration, Docker runtime, guest infrastructure36Apache-2.0
foundation_errstacksMinimal, ergonomic, derive_more-friendly context-aware error traces for the ewe_platform project (no_std + alloc capable)153Apache-2.0
foundation_htmlfoundation_html crate for web and non-web based html generation45Apache-2.0
foundation_httpConnection-owned, worker-pooled HTTP serving framework built on foundation_core61Apache-2.0
foundation_iogateThe I/O gate: bridges foundation_netio transports to the foundation_nativeapis reactor (io_uring completion read path, Decision…63Apache-2.0
foundation_jsonschemaSelf-contained JSON Schema validation for ewe_platform53Apache-2.0
foundation_keychainBitwarden-compatible vault + SSH key provisioning built on foundation_db and foundation_auth30Apache-2.0
foundation_loggingStructured logging built on tracing — configurable subscribers with env-filter and JSON formatting for the ewe_platform ecosystem32Apache-2.0
foundation_macrosMacros for the foundations_jsnostd crate providing suitable support to simplify usage1,742Apache-2.0
foundation_nativeapisCross-platform native APIs: I/O readiness polling, io_uring, file watching, and interprocess messaging73Apache-2.0
foundation_netioNetwork I/O abstractions — async HTTP/WebSocket/SOCKS5 clients, TLS backend (rustls/native-tls), compression, and cross-platform…169Apache-2.0
foundation_nostdFoundational nostd core implementation for the ewe_platform project1,789Apache-2.0
foundation_openapiFoundation OpenAPI spec processing and normalization67Apache-2.0
foundation_packagerFile generation and templating stack — creates projects from embedded templates with minijinja/tinytemplate support46Apache-2.0
foundation_proxyReverse proxy — SSL termination, zero-downtime deploys, health-check routing29Apache-2.0
foundation_replA lightweight, general-purpose REPL framework for interactive terminal sessions49Apache-2.0
foundation_rngRNG (getrandom) + scru128 IDs for foundation_ai, with WASM support30Apache-2.0
foundation_runtimesCentral crate for all runtime assets accessible as embedded files39Apache-2.0
foundation_shellA nushell integrated library for integrating nushell as a library in any project30Apache-2.0
foundation_signalsStandalone reactive signal system: R3-style height-ordered graph, bucket-queue stabilize, version-based stale detection. No DOM,…53Apache-2.0
foundation_sshkitSSH orchestration — connection pooling, host abstraction, command execution, runners37Apache-2.0
foundation_testbedHolistic test harness: QEMU/KVM VM testbed (vms) + wasm32 browser/Deno/Workers harness (wasm), feature-gated29MIT
foundation_testingReusable stress testing infrastructure for Foundation synchronization primitives39MIT OR Apache-2.0
foundation_themeDesign-token theme model + the single CSS generator shared by the theme! macro, the ThemeTokens derive, and the runtime Theme…278Apache-2.0
foundation_toolingsDevelopment tooling server: reverse proxy, file watcher, hot reload — built on valtron and native APIs, zero async runtime deps30Apache-2.0
foundation_ui_componentsHeadless UI components over foundation_wasm_ui — data-attribute styling contract, WAI-ARIA compliant.21Apache-2.0
foundation_ui_traitsShared UI types: IntoHtml trait, Html struct, Part descriptors, DomOp enum. No runtime dependencies.91Apache-2.0
foundation_vectorsDense vector distance metrics, flat-scan top-k, and VectorStore trait. Pure Rust, WASM-safe.35Apache-2.0
foundation_wasmImplements the nostd interface runtime for WASM and JS interoperability699Apache-2.0
foundation_wasm_uiDOM/window/animation bindings + WASM protocol implementations built on foundation_wasm (ABI) and foundation_ui_traits (encoding).31Apache-2.0
foundation_wireguardUserspace WireGuard mesh: seed-derived keys, boringtun tunnels, SWIM gossip, and a smoltcp/TUN data plane — no kernel module, no…41Apache-2.0
foundationdbHigh level client bindings for FoundationDB.14,936,007MIT/Apache-2.0
foundationdb-genBinding generation helper for FoundationDB.14,929,276MIT/Apache-2.0
foundationdb-macrosMacro definitions used to maintain the FoundationDB's crate14,927,513MIT/Apache-2.0
foundationdb-rsRust client library for Apple's Foundation DB1,561MIT
foundationdb-simulationEmbed Rust code within FoundationDB's simulation23,171MIT/Apache-2.0
foundationdb-sysBindings to the C api for FoundationDB14,949,945MIT/Apache-2.0
foundationdb-tupleFoundationdb tuple pack/unpack implementation in rust5,746,169MIT/Apache-2.0
foundationsA Rust service foundations library.3,136,988BSD-3-Clause
foundations-macrosProcedural macros used by foundations.3,159,398BSD-3-Clause
foundations-metricsfoundations-metrics17Apache-2.0 OR MIT
foundations-metrics-registryfoundations-metrics-registry18Apache-2.0 OR MIT
foundations-sentryFoundations companion crate with Sentry integrations155,694BSD-3-Clause
foundations_extFoundation extensions published from the ewe_platform but usable by all4,031Apache-2.0
founderThe package provides a font toolbox.21,220Apache-2.0/MIT
foundryA GPU-accelerated cellular automata library using Vulkan7,313LGPL-3.0-or-later
foundry-anvilReserved placeholder crate for the Foundry project.21MIT OR Apache-2.0
foundry-anvil-coreReserved placeholder crate for the Foundry project.18MIT OR Apache-2.0
foundry-archetypesArchetype planning and artifact mapping for Rust Foundry144MIT
foundry-benchReserved placeholder crate for the Foundry project.17MIT OR Apache-2.0
foundry-blob-explorersBindings for blobscan.com and other blob explorer APIs34,616MIT OR Apache-2.0
foundry-block-explorersBindings for Etherscan.io and other block explorer APIs1,213,075MIT OR Apache-2.0
foundry-castReserved placeholder crate for the Foundry project.19MIT OR Apache-2.0
foundry-cheatcodesReserved placeholder crate for the Foundry project.19MIT OR Apache-2.0
foundry-cheatcodes-specReserved placeholder crate for the Foundry project.19MIT OR Apache-2.0
foundry-chiselReserved placeholder crate for the Foundry project.18MIT OR Apache-2.0
foundry-cliReserved placeholder crate for the Foundry project.273MIT OR Apache-2.0
foundry-cli-markdownReserved placeholder crate for the Foundry project.19MIT OR Apache-2.0
foundry-commonNo description provided.1,874MIT OR Apache-2.0
foundry-common-fmtReserved placeholder crate for the Foundry project.17MIT OR Apache-2.0
foundry-compilersCompiler abstraction and Foundry project implementation1,029,303MIT OR Apache-2.0
foundry-compilers-artifactsRust bindings for compilers JSON artifacts889,648MIT OR Apache-2.0
foundry-compilers-artifacts-solcRust bindings for Solc JSON artifacts889,681MIT OR Apache-2.0
foundry-compilers-artifacts-vyperRust bindings for Vyper JSON artifacts888,887MIT OR Apache-2.0
foundry-compilers-coreCore utilities for foundry-compilers crates890,256MIT OR Apache-2.0
foundry-configFoundry configuration64,114MIT OR Apache-2.0
foundry-conventionsConfig layer precedence and decision tracing for Rust Foundry144MIT
foundry-coreCore generation pipeline orchestration for Rust Foundry84MIT
foundry-debuggerNo description provided.1,551MIT OR Apache-2.0
foundry-evmNo description provided.2,121MIT OR Apache-2.0
foundry-evm-abiReserved placeholder crate for the Foundry project.17MIT OR Apache-2.0
foundry-evm-coreReserved placeholder crate for the Foundry project.18MIT OR Apache-2.0
foundry-evm-coverageReserved placeholder crate for the Foundry project.17MIT OR Apache-2.0
foundry-evm-fuzzReserved placeholder crate for the Foundry project.17MIT OR Apache-2.0
foundry-evm-hardforksReserved placeholder crate for the Foundry project.18MIT OR Apache-2.0
foundry-evm-networksReserved placeholder crate for the Foundry project.17MIT OR Apache-2.0
foundry-evm-tracesReserved placeholder crate for the Foundry project.18MIT OR Apache-2.0
foundry-fmtNo description provided.1,496MIT OR Apache-2.0
foundry-forgeReserved placeholder crate for the Foundry project.23MIT OR Apache-2.0
foundry-fork-dbFork database used by Foundry553,241MIT OR Apache-2.0
foundry-linkingReserved placeholder crate for the Foundry project.18MIT OR Apache-2.0
foundry-localSDK for Microsoft Foundry Local service1,205MIT
foundry-local-sdkLocal AI model inference powered by the Foundry Local Core engine19,684MIT
foundry-mcpA comprehensive CLI tool and MCP server for deterministic project management and AI coding assistant integration3,147MIT
foundry-mcp-gatewayMCP server for Foundry VTT: a native socket client exposing 134 tools over streamable HTTP, with pluggable game-system modules.15MIT
foundry-mpc-rsshamir-secret-sharing implementation forked from Lúcás C. Meier's cait_sith protocol and ZcashFoundation's frost801MIT
foundry-rsConfiguration-driven REST backend library for Rust with PostgreSQL — define schemas, tables, and APIs in JSON, get a…709MIT
foundry-schemaSchema loading and layered config merge utilities for Rust Foundry259MIT
foundry-solang-parserSolang Solidity Parser221,389Apache-2.0
foundry-templateTemplate renderer abstraction (Handlebars and MiniJinja) for Rust Foundry144MIT
foundry-tuiFeature-rich, keyboard-first TUI for Foundry users84MIT
foundry-tui-appApplication model and controller for foundry-tui157MIT
foundry-tui-configConfiguration loading and defaults for foundry-tui191MIT
foundry-tui-foundryFoundry process execution primitives for foundry-tui188MIT
foundry-tui-uiRatatui rendering and interaction layer for foundry-tui120MIT
foundry-typesShared types and JSON envelope contracts for Rust Foundry422MIT
foundry-validationValidation runner and check reporting for Rust Foundry144MIT
foundry-walletsWallet integrations for Foundry27,711MIT OR Apache-2.0
foundry2echidnaEasily seed Echidna with Foundry broadcast files4,453AGPL-3.0
foundryupManage foundry toolchain installations with ease47MIT OR Apache-2.0
foundyouA powerful command-line application for OSINT and social engineering.5,670MIT
fountA terminal-based Fountain screenplay editor755GPL-3.0-only
fountainParser and formatter for the Fountain screenplay markup language19,423Unlicense OR MIT
fountain_codesFountain codes implemented in Rust5,577MIT
fountain_engineCore algorithms for fountain code encoding and decoding472AGPL-3.0-only
fountain_raptor_10Raptor-10 fountain code scheme built on fountain_engine80MIT
fountain_raptor_qRaptorQ fountain code scheme built on fountain_engine46MIT
fountain_schemeConfigurable fountain code schemes built on fountain_engine186MIT
fountain_utilityData operators and testing utilities for fountain code libraries288MIT
fountaincodeImplementation of the Luby Transform Code in Rust19,746MIT/Apache-2.0
fourframework for creating AWS CloudFormation template14,173MIT
four-barFour🍀bar library provides simulation and synthesis function for four-bar linkages.32,840AGPL-3.0-or-later
four-bar-uiFour🍀bar GUI is a simulator, a synthesizing tool for four-bar linkages.6,029AGPL-3.0-or-later
four-ccNewtype wrapper providing a convenient representation of four-character-code values2,470,596MIT/Apache-2.0
four-cc-nokhwaNewtype wrapper providing a convenient representation of four-character-code values1,285MIT/Apache-2.0
four-char-codeA string of 4 ascii chars represented by an u32420,760MIT
four-char-code-macros-implMacros for four-char-code package13,556MIT
four-letter-phat-rsA driver for four-character 14-segment displays with a HT16K33 I2C controller837MIT
four-meme-sdkfour-meme-sdk for bnb432MIT
four-word-networkingConvert IP addresses to memorable, family-friendly word groups. Interactive TUI with real-time autocomplete. IPv4 = 4 words, IPv6…28,126MIT OR Apache-2.0
four_deriveframework for creating AWS CloudFormation template14,435MIT
four_iamframework for creating AWS CloudFormation template6,887MIT
four_lambdaframework for creating AWS CloudFormation template5,393MIT
fourbyfourCLI for Fourbyfour - Build production-ready backends in minutes38MIT
fourccSyntax extension to generate FourCCs (four-character code).8,221MIT/Apache-2.0
fourcc-rsTypes and macros for working with Four-Chracter Codes (fourcc)1,133Apache-2.0
fourcc-rs-macrosMacros for fourcc-rs crate1,252Apache-2.0
fourchan-rsAsync 4chan JSON API client and type bindings69MIT
fourcheA simple task queue named after a lion with forked tail (queue fourché), works with Redis.7,740Apache-2.0
fourda4DA — 4 Dimensional Autonomy. Developer intelligence, locally.22non-standard
fourdmlThe 4DML utility for rapid prototyping of complex structural transformations on data, ported from the original Python 2 code17Apache-2.0
fourierFast Fourier transforms (FFTs)3,609MIT OR Apache-2.0
fourier-algorithmsHelper functions for the Fourier crate1,732MIT OR Apache-2.0
fourleafA simple, tag-based binary serialisation format.6,446MIT/Apache-2.0
fourpaws🧰 A soothing pastel tool for converting to different catppuccin flavors1,487MIT
fourqrust bind for the FourQlib that is a fourq curve implementation8,829Apache-2.0
foursquareRust interface for Foursquare22,950MIT
foursquare-asyncFoursquare API for async Rust1,594MIT
fourthSimple and fast layer 4 proxy in Rust7,878Apache-2.0
fourthage-mudA MUD server written in Rust.38MIT
fourthage-mud-macrosHelper macros for Fourthage MUD.32MIT
fouxFoux Game Engine3,238GPL-3.0
foveaA high-precision, type-safe computer vision library guaranteeing absolute image correctness at compile time109MIT
fovea-deriveDerive macros for fovea pixel and image traits127MIT
fovea-displayDisplay strategies, GPU texture metadata, and debug windows for fovea images66MIT
fovea-ioFeature-gated PNG, JPEG, and BMP codecs for fovea images63MIT
fowina cross-platform foreign window handling library575MIT
fowlhouse_bayA tui client which allows the user to create multiple ASCII windows, displaying messages provided through…8,308MIT
fownerTrack features and file ownership for git repositories2,795MIT
foxThe Fox shell1,691MIT
fox-defaultDefault application manager.5,109MPL-2.0
fox-dotfileDotfile manager1,563MPL-2.0
fox-editorTerminal-based code editor with syntax highlighting9,869GPL-3.0-only
fox-jobJob executor.1,472MPL-2.0
fox-repoRepository manager.1,511MPL-2.0
fox-reposMulti-repository manager.1,499MPL-2.0
fox-rsA fun game where you guess what number the computer has chosen.2,739MIT OR Apache-2.0
fox-runRunner.1,503MPL-2.0
fox-templateRepository templater.1,523MPL-2.0
foxboxWIP CLI for VPN proxy based on Wireguard mesh routing465MIT
foxboxdWIP daemon for VPN proxy based on Wireguard mesh routing466MIT
foxchain-idMulti-chain blockchain address identification library77GPL-3.0
foxclientWarning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future,…4,316GPL-3.0-only
foxdieA super-fast tool for taking stale branches and push requests and deleting and/or closing them.4,491BSD-2-Clause
foxearFox Ear is a Linux process behavior trace tool powered by eBPF.1,643MPL-2.0
foxerroryet another proc macro for deriving Error on enums2,951MIT
foxesAn API for all your fox image needs1,547MIT
foxessRust library for communication with FoxESS Cloud251non-standard
foxgloveFoxglove SDK342,967MIT
foxglove-flatbuffersRust bindings for Foxglove FlatBuffer message schemas50MIT
foxglove-protosA crate for interacting with the foxglove protos.42,398MPL-2.0
foxglove-wsLibrary to publish messages to Foxglove via WebSocket.15,542Apache-2.0