1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
Go to file
dependabot[bot] 7db43782ce
Bump taiki-e/install-action from 2.19.1 to 2.19.3 (#347)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.19.1 to 2.19.3.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/install-action/compare/v2.19.1...v2.19.3)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 15:56:59 +00:00
.cargo Do not run tests on MSRV (#250) 2022-05-25 14:07:31 +01:00
.github Bump taiki-e/install-action from 2.19.1 to 2.19.3 (#347) 2023-10-03 15:56:59 +00:00
actix-cors chore: correct futures-util dep specs 2023-09-16 03:14:04 +01:00
actix-identity chore(actix-identity): prepare release 0.6.0 2023-09-16 03:29:31 +01:00
actix-limitation chore(actix-limitation): prepare release 0.5.1 2023-09-16 03:36:29 +01:00
actix-protobuf chore: correct futures-util dep specs 2023-09-16 03:14:04 +01:00
actix-redis chore(actix-redis): prepare release 0.13.0 2023-09-16 03:07:34 +01:00
actix-session chore(actix-session): prepare release 0.8.0 2023-09-16 03:28:31 +01:00
actix-settings chore: fix tests for settings 2023-09-16 03:44:47 +01:00
actix-web-httpauth chore(actix-web-httpauth): prepare release 0.8.1 2023-09-16 03:14:40 +01:00
.editorconfig merge project metadata 2020-01-30 00:31:25 +00:00
.gitignore adopt actix-settings crate (#270) 2022-07-31 14:44:45 +01:00
Cargo.toml MSRV 1.68 (#328) 2023-09-16 00:30:38 +01:00
codecov.yml simplify ci like actix-web (#165) 2021-03-22 11:46:02 +00:00
LICENSE-APACHE merge project metadata 2020-01-30 00:31:25 +00:00
LICENSE-MIT fix badge links 2020-01-30 01:50:18 +00:00
README.md docs: update dep shields 2023-09-16 07:52:18 +01:00
rustfmt.toml apply imports_granularity fmt rule 2022-09-11 21:55:40 +01:00

actix-extras

A collection of additional crates supporting Actix Web.

CI codecov Chat on Discord Dependency Status

Crates by @actix

Crate
actix-cors crates.io dependency status Cross-Origin Resource Sharing (CORS) controls.
actix-identity crates.io dependency status Identity management.
actix-limitation crates.io dependency status Rate-limiting using a fixed window counter for arbitrary keys, backed by Redis.
actix-protobuf crates.io dependency status Protobuf payload extractor.
actix-redis crates.io dependency status Actor-based Redis client.
actix-session crates.io dependency status Session management.
actix-settings crates.io dependency status Easily manage Actix Web's settings from a TOML file and environment variables.
actix-web-httpauth crates.io dependency status HTTP authentication schemes.

Community Crates

These crates are provided by the community.

Crate
actix-web-lab crates.io dependency status Experimental extractors, middleware, and other extras for possible inclusion in Actix Web.
actix-multipart-extract crates.io dependency status Better multipart form support for Actix Web.
actix-form-data crates.io dependency status Multipart form data from actix multipart streams
actix-governor crates.io dependency status Rate-limiting backed by governor.
actix-casbin crates.io dependency status Authorization library that supports access control models like ACL, RBAC & ABAC.
actix-ip-filter crates.io dependency status IP address filter. Supports glob patterns.
actix-web-static-files crates.io dependency status Static files as embedded resources.
actix-web-grants crates.io dependency status Extension for validating user authorities.
aliri_actix crates.io dependency status Endpoint authorization and authentication using scoped OAuth2 JWT tokens.
actix-web-flash-messages crates.io dependency status Support for flash messages/one-time notifications in actix-web.
awmp crates.io dependency status An easy to use wrapper around multipart fields for Actix Web.
tracing-actix-web crates.io dependency status A middleware to collect telemetry data from applications built on top of the Actix Web framework.
actix-ws crates.io dependency status Actor-less WebSockets for the Actix Runtime.
actix-hash crates.io dependency status Hashing utilities for Actix Web.
actix-bincode crates.io dependency status Bincode payload extractor for Actix Web
sentinel-actix crates.io dependency status General and flexible protection for Actix Web

To add a crate to this list, submit a pull request.