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.
actix-postgresPostgreSQL integration for Actix framework.14,352MIT OR Apache-2.0
actix-prerenderActix middleware that sends requests to Prerender.io or a custom Prerender service URL.9,136MIT
actix-proc-macrosProc macros, to be re-exported by `actix-helper-macros`30,709MIT
actix-prostGenerate actix handles and routes from grpc definitions8,895MIT
actix-prost-buildGenerate actix handles from Protocol Buffer files9,194MIT
actix-prost-convert-traitConversions between proto and some of the user types.4,187MIT
actix-prost-macrosGenerating encoding and decoding implementations for `actix-prost` generated types.8,863MIT
actix-protobufProtobuf payload extractor for Actix Web329,140MIT OR Apache-2.0
actix-proxyGlue code for using awc with actix-web51,588MIT
actix-proxy-protocolActix integration for the PROXY protocol2,165MIT OR Apache-2.0
actix-quick-extractA library for extracting data from actix-web requests1,744MIT OR Apache-2.0
actix-raftAn implementation of the Raft distributed consensus protocol using the Actix actor framework.21,242MIT/Apache-2.0
actix-rate-limitRate-Limit middleware for actix-web12,037MIT OR Apache-2.0
actix-rate-limiterSimple yet powerful per-route rate-limiter for Actix with support for regex.2,991MIT
actix-ratelimitRate limiting middleware framework for actix-web51,897MIT
actix-redisActor-based Redis client442,222MIT OR Apache-2.0
actix-redis-clientActix actor for redis-rs2,396MIT/Apache-2.0
actix-redis-jobsSimple and reliable background processing for Rust using Actix and Redis5,528MIT/Apache-2.0
actix-redisactorActix Redis Actor2,087MIT
actix-remoteergonomic remote actors via actix and canary30MIT
actix-remote-ipTiny extractor to get real client IP address, parsing X-Forwarded-For header33,218GPL-2.0-or-later
actix-request-hookActix web middleware hook for requests. Enables subscribing to request start and end, request id, elapsed time between requests…64,399MIT/Apache-2.0
actix-request-identifierMiddlerware for actix-web to associate an ID with each request.34,002Apache-2.0 OR MIT
actix-request-reply-cacheA simple request/reply cache middleware for Actix Web with Redis backend7,638MIT
actix-responseDefines an ApiResponse type and re-exports a proc macro for error definitions with Actix Web.3,486GPL-3.0-only
actix-response-macroHelper crate for `actix-response` which defines the proc macro used.1,749GPL-3.0-only
actix-restMicro layer above actix-web to build REST API2,209MIT
actix-rewriteDynamic routing rewrite library inspired by Apache mod_rewrite for Actix-Web908MIT
actix-rl`actix-rl` is a RateLimit middleware for the `actix-web` library.5,383MIT
actix-route-configAllow clean configuration of Actix Web routes3,933MIT OR Apache-2.0
actix-routerResource path matching and router70,947,675MIT OR Apache-2.0
Actix-rsrust actor framework64MIT OR Apache-2.0
actix-rtTokio-based single-threaded async runtime for the Actix ecosystem76,258,417MIT OR Apache-2.0
actix-securitySpring Security-like authentication and authorization for Actix Web197MIT OR Apache-2.0
actix-security-codegenProcedural macros for actix-security (Spring Security-like annotations)288MIT OR Apache-2.0
actix-security-coreSpring Security-like authentication and authorization for Actix Web - Core library289MIT OR Apache-2.0
actix-serverGeneral purpose TCP server built for the Actix ecosystem71,594,780MIT OR Apache-2.0
actix-server-configActix server config utils1,044,579MIT/Apache-2.0
actix-serviceService trait and combinators for representing asynchronous request/response operations.71,020,692MIT OR Apache-2.0
actix-sessionSession management for Actix Web3,437,986MIT OR Apache-2.0
actix-session-extAn extension library for safer session interface1,052MIT
actix-session-sqlx-postgresActix Session Sqlx Postgres is a Sqlx Postgres implementation of the ActixSession Store trait9,942Apache-2.0
actix-session-surrealdbSurrealdb SessionStore for actix-session14,420MIT
actix-settingsEasily manage Actix Web's settings from a TOML file and environment variables30,969MIT OR Apache-2.0
actix-signalManage the lifecycle of an actix actor with its address.11,333MIT
actix-signal-deriveDerive macro implementation for actix-signal.6,929MIT
actix-sitemaps-rsAdd a static sitemap to your actix-web app.3,161MIT OR Apache-2.0
actix-sled-cacheA caching system built on top of Sled and Actix4,657non-standard
actix-sled-sessionAn Actix Web Session Backend using the Sled embedded database3,713non-standard
actix-slogstructured access-logging for actix-web utilizing slog, thus enabling JSON-logging29,600MIT OR Apache-2.0
actix-socksA connector for actix-client that adds support for SOCKSv5 proxies.1,997MIT
actix-sqlx-txRequest-scoped sqlx transactions for actix-web1,911Apache-2.0
actix-sseActix-web SSE implementation1,683MIT
actix-state-guardsThis crate provides a more flexible guard function for the [`actix-web`] framework8,445MIT
actix-storageGeneral key value storage for actix-web13,984MIT OR Apache-2.0
actix-storage-dashmapAn implementation of actix-storage based on dashmap9,769MIT OR Apache-2.0
actix-storage-hashmapAn implementation of actix-storage based on hashmap10,506MIT OR Apache-2.0
actix-storage-redisAn implementation of actix-storage based on redis-rs9,558MIT OR Apache-2.0
actix-storage-sledAn implementation of actix-storage based on sled9,146MIT OR Apache-2.0
actix-swaggerCode generator from swagger file for actix-web framework22,494MIT
actix-taskqueueA generic task queue service for Actix2,105non-standard
actix-telegramtelegram bot api lib based on actix22,942MIT
actix-telegram-derivederive for actix-telegram9,909MIT
actix-telepathyCluster extension for the actix actor framework25,159Apache-2.0
actix-testIntegration testing tools for Actix Web applications1,567,133MIT OR Apache-2.0
actix-test-serverActix test server64,074MIT/Apache-2.0
actix-testingVarious helpers for Actix applications to use during testing5,385,707MIT/Apache-2.0
actix-threadpoolActix thread pool for sync code6,596,932MIT OR Apache-2.0
actix-tlsTLS acceptor and connector services for Actix ecosystem20,763,990MIT OR Apache-2.0
actix-toolboxToolbox for enhancing actix-web functionalities28,924MIT
actix-toolsProvide Plug&Play components for Actix and Actix-web to build modular, 12-factor compliant apps.2,929MIT
actix-tracingSupport for tokio tracing with Actix services2,341MIT/Apache-2.0
actix-treblleTreblle makes it super easy to understand what's going on with your APIs and the apps that use them.31,195MIT
actix-type-handleractix-type-handler is a procedural macro crate for Actix-web designed to simplify API creation. It enhances code readability by…1,796MIT
actix-type-utilCrate with some useful types for working with actix-web1,712Apache-2.0 OR MIT
actix-utilsVarious utilities used in the Actix ecosystem71,225,140MIT OR Apache-2.0
actix-wampAsynchronous client library for WAMP7,246GPL-3.0
actix-webActix Web is a powerful, pragmatic, and extremely fast web framework for Rust74,559,323MIT OR Apache-2.0
actix-web-4-validatorValidation mechanism for actix-web6,329MIT
actix-web-actorsActix actors support for Actix Web7,168,953MIT OR Apache-2.0
actix-web-adminA powerful admin panel library for Actix-web 4 applications39AGPL-3.0
actix-web-async-awaitProvides a preview of Actix with async/await support.7,600MIT/Apache-2.0
actix-web-async-compatActix web 1.x async/await shim.3,102MIT
actix-web-authactix web http auth middiware1,922MIT
actix-web-bufferingRequest/Response body buffering with support spooled to a temp file on disk5,990BSD-2-Clause
actix-web-codegenRouting and runtime macros for Actix Web65,839,890MIT OR Apache-2.0
actix-web-codegen-const-routesRouting and runtime macros for Actix Web with support for const routes11,987MIT OR Apache-2.0
actix-web-condition-middlewareAn actix-web middleware that allows conditionally enable another middleware3,018Apache-2.0/MIT
actix-web-correlation-idAn Actix-web middleware component which synchronises a correlation ID for cross API request logging5,522BSD-2-Clause
actix-web-cspHigh-performance Content Security Policy middleware for Actix Web491MIT
actix-web-cute-codegenMy codegen macros2,159Apache-2.0
actix-web-detached-jws-middlewareActix-web middleware to sign and verify detached jws1,970BSD-2-Clause
actix-web-errorDerive ResponseError for your errors7,454MIT OR Apache-2.0
actix-web-error-deriveDerive macros for actix-web-error8,189MIT OR Apache-2.0
actix-web-extractcommon5,805MIT
actix-web-extrasFunctionality which should be part of actix-web, but is not.274,871MIT OR Apache-2.0
actix-web-flashFlash messages for actix-web7,426MIT/Apache-2.0
actix-web-flash-messagesFlash messages for actix-web applications.266,022MIT/Apache-2.0
actix-web-grantsAuthorization extension `actix-web` to protect your endpoints658,343MIT OR Apache-2.0
actix-web-helmetHTTP security headers middleware for actix-web2,786MIT
actix-web-httpauthHTTP authentication schemes for Actix Web5,761,287MIT OR Apache-2.0
actix-web-isucon-measuredA middleware to measure request processing time for ISUCON.4,754non-standard
actix-web-jsonschemaJsonSchema Validation Extractor for Actix Web.15,699MIT
actix-web-jwtJWT validation middleware for actix-web7,752MIT OR Apache-2.0
actix-web-jwtauthJWT auth for actix-web1,959MIT OR Apache-2.0
actix-web-labIn-progress extractors and middleware for Actix Web2,865,307MIT OR Apache-2.0
actix-web-lab-deriveExperimental macros for Actix Web2,057,024MIT OR Apache-2.0
actix-web-locationA extensible crate to provide location determination for actix-web, using GeoIP or other techniques23,695MPL-2.0
actix-web-macrosActix web proc macros12,570MIT/Apache-2.0
actix-web-metricsMetrics.rs integration for Actix Web62,026MIT
actix-web-middleware-cognitoMiddleware for actix-web that helps you validate Cognito tokens8,476MIT
actix-web-middleware-keycloak-authA middleware for Actix Web that handles authentication with a JWT emitted by Keycloak48,418MIT
actix-web-middleware-opaactix-web middleware for Open Policy Agent (OPA) verification5,879MIT
actix-web-middleware-osoactix-web authorization middleware with Oso2,200MIT/Apache-2.0
actix-web-middleware-redirect-httpsA middleware for actix-web which forwards all `http` requests to `https` with optional url string replacement.13,886MIT
actix-web-middleware-redirect-schemeA middleware for actix-web which forwards all `http` requests to `https` and vice versa. Based on…30,643MIT
actix-web-middleware-requestidRequest ID middleware for the actix-web framework v1.0+8,167MIT/Apache-2.0
actix-web-middleware-slackactix-web middleware for verifying requests from Slack.1,923MIT
actix-web-middleware-sloggerStruct based logger middleware for actix-web1,038MIT
actix-web-multipart-filesave multipart's files into temporary files7,395MIT/Apache-2.0
actix-web-nextjs-spaActix Web Next.js SPA service3,212MIT/Apache-2.0
actix-web-oidcactix-web middleware to handle OIDC authentication and authorization1,935non-standard
actix-web-opentelemetryDeprecated: 0.22.0 is the last release for this crate. Use opentelemetry-instrumentation-actix-web instead1,864,847Apache-2.0
actix-web-paginationPagination extractor for actix-web7,592MIT OR Apache-2.0
actix-web-promActix Web middleware to expose Prometheus metrics2,010,530MIT
actix-web-prometheusActix web middleware for prometheus metrics319,029MIT
actix-web-query-method-middlewareAn Actix Web middleware that allows you to reroute `POST` requests to other methods like `PUT` or `DELETE` using a query…4,466MIT
actix-web-ratelimitA simple and highly customizable rate limiter for actix-web 45,479MIT
actix-web-reqidMiddleware for Actix Web to generate and extract UUID request IDs.1,274MIT
actix-web-request-uuidRequest UUID middleware for actix-web1,198MIT/Apache-2.0
actix-web-requestidRequest ID middleware for actix-web24,689MIT/Apache-2.0
actix-web-restOpiniated toolkit to build restful API using actix-web.4,487non-standard
actix-web-rest-macrosOpiniated toolkit to build restful API using actix-web.5,510non-standard
actix-web-rust-embed-responderAn actix-web responder for rust-embed that implements cache revalidation and compressed responses.196,980MIT
actix-web-schemaSchema-based development tools for actix-web with service and response macros103Apache-2.0
actix-web-schema-macroProcedural macros for actix-web-schema187Apache-2.0
actix-web-securityBasic-Auth / OAuth2 easy-to-use authentication modules for actix web6,867MIT OR Apache-2.0
actix-web-socket-ioPactix-web-socket-io server side2,603BSD-3-Clause OR MIT OR Apache-2.0
actix-web-sql-identityA SQL-backend identity provider for Actix Web's identity system16,291BSD-3-Clause
actix-web-sqlx-txA simple actix sql tx support8,570Apache-2.0
actix-web-stackdriver-middlewareStackdriver-compatible HTTP request/response logging middleware for actix_web6,504MIT
actix-web-static-filesactix-web static files as resources support.552,038Unlicense OR MIT
actix-web-thiserrorExtend thiserror crate functionality for actix-web.447,024MIT
actix-web-thiserror-deriveImplementation of #[derive(ResponseError)]445,974MIT
actix-web-tonicactix-web and tonic concurrent runner2,972MIT
actix-web-upload-exampleSimple file uploader in Actix Web with Async/Await3,685MIT
actix-web-utilsJust some useful addons for actix web.41,017MIT
actix-web-validationA common validation interface for actix-web applications22,034MIT
actix-web-validatorValidation mechanism for actix-web738,722MIT
actix-web-validator5Validation mechanism for actix-web7,513MIT
actix-webfingerTypes and helpers to create and fetch Webfinger resources43,282GPL-3.0
actix-webpack-proxyA simple way to proxy web requests to a webpack dev server with Actix2,181non-standard
actix-wsWebSockets for Actix Web, without actors2,961,306MIT OR Apache-2.0
actix-ws-broadcasterA broadcaster liblary for actix-ws that includes grouping and conditional broadcasting.14,430MIT
actix-ws-ngWebSockets for Actix Web, without actors4,546MIT/Apache-2.0
actix-ws-proxyA websocket proxy for actix_web3,878MIT
actix-xmlXML extractor for actix-web8,529MIT
actix_async_handlerSupport for async syntax for Actix9,067MIT
actix_block_ai_crawlingActix Middleware that blocks Generative AI crawlers22,869AGPL-3.0
actix_channelswebsocket channels for actix web5,248BSD-3-Clause
actix_deriveDerive macros for `actix` actors16,535,336MIT OR Apache-2.0
actix_diesel_cacheactix_diesel_cache is crate which provides the actix actor for caching all database entries on local machine.2,468MIT OR Apache-2.0
actix_error_procA small crate to integrate thiserror with actix_web.7,858MIT
actix_error_proc_macrosProcedural macros for the actix_error_proc package.6,795MIT
actix_extract_multipartActixExtractMultipart is a library for parse actix_multipart into a structure that you defined19,398MIT
actix_failwrapA micro-package that enables ergonomic error propagation (using thiserror) inside actix-web route handlers.1,960GPL-3.0
actix_headershortcut to implement actix-web headers8,452MIT
actix_lambdaRuns your actix-web app as a lambda app that will respond to Application Load Balancer requests6,453AGPL-3.0-only
actix_responder_macroAn attribute macro to transform a response struct to an actix responder6,418MIT OR Apache-2.0
actix_route_rate_limiterActix Web middleware to rate limit routes13,630MIT OR Apache-2.0
actix_send_websockethelper crate for managing websocket on actix-web framework4,221MIT
actix_session_mongodbA library for actix-session which implements the SessionStore trait for MongoDB.1,867AGPL-3.0-or-later
actix_telepathy_deriveMacros for cluster extension for the actix actor framework15,824Apache-2.0
actix_tera_pageA middleware for Actix that reduces the boilerplate needed to create SSR websites with Tera.2,023MIT
actix_towerModern extensions for Actix Web — Tower compatibility, ergonomic extractors, and production-ready middleware.96Apache-2.0
actix_validated_formsValidated xml-urlencoded forms, queries, and multipart form extractors for the Actix Web framework4,517LGPL-3.0
actix_validated_forms_deriveDerive macro for FromMultipart trait used in actix-validated-forms3,985LGPL-3.0
actix_web_commontest2,678Apache-2.0
actix_web_metrics_mwActix middleware library for metrics7,290MIT/Apache-2.0
actix_web_openidconnectLightweight async OpenID Connect (OIDC) client and middleware for Actix-Web.7,548MIT
actixutilsReusable middleware and request utilities for Actix Web176MIT
actlA command line tool for system maintenance and the like for Archlinux.10,772Apache-2.0
actmTiny async actors framework for rust2,4180BSD
actmanAsync Actor Model Library in Rust1,624Apache-2.0
actnelexpose your local web server to the internet with a public url6,033MIT
actnel_libexpose your local web server to the internet with a public url7,822MIT
actolight-weight Actor library for Rust324,675Apache-2.0 OR MIT
acto-rsExperimental actor library, under development. (renamed from minions_rs).26,485MIT/Apache-2.0
actolyteYour devoted (Actuarial) follower...30Apache-2.0
actonA Rust API for ethernet over udp networking server and client implmentation.4,072MIT OR Apache-2.0
acton-acnActon Core — адаптивный кристаллический протокол связи92MIT
acton-aiAn agentic AI framework where each agent is an actor152MIT
acton-cliCLI tool for scaffolding and managing acton-service backend services550MIT
acton-coreActon Core provides the core functionality and abstractions used by the Acton Reactive crate. It includes the essential building…11,961Apache-2.0 OR MIT
acton-dxActon DX - Developer experience focused web framework for HTMX applications in Rust156MIT
acton-ernA Rust library for handling Entity Resource Names (ERNs), providing type-safe, hierarchical, and k-sortable resource identifiers…7,519MIT OR Apache-2.0
acton-htmxOpinionated Rust web framework for HTMX applications53MIT
acton-htmx-cliCLI tool for acton-htmx framework49MIT
acton-macroActon Macro provides procedural macros that simplify the creation of messages and actors in the Acton framework, enabling more…14,133Apache-2.0 OR MIT
acton-reactiveActon Reactive is the main crate of the Acton framework, designed for building reactive, event-driven, and asynchronous systems.…18,872Apache-2.0 OR MIT