actix-web/actix-web-actors
Daniel Egger 8ff49e4fe0 Depend on actix-http with default-features = false
Some depedendents have been carefully crafted to have their own
`compress` feature which enables the `compress` feature on `actix-http`
on demand, however that is all for naught when some dependents simply
use `actix-http` without opting out of `default-features` because
`compress` is a default feature.

Signed-off-by: Daniel Egger <daniel.egger@axiros.com>
2020-08-19 10:29:04 +02:00
..
src actors: Minimize `futures` dependencies 2020-05-19 08:29:11 +09:00
tests Check format and tweak CI config (#1619) 2020-07-22 00:28:33 +01:00
CHANGES.md prepare beta.1 release for multipart/files/actors (#1605) 2020-07-16 11:38:57 +01:00
Cargo.toml Depend on actix-http with default-features = false 2020-08-19 10:29:04 +02:00
LICENSE-APACHE add license files 2019-06-01 17:25:29 +06:00
LICENSE-MIT add license files 2019-06-01 17:25:29 +06:00
README.md bump msrv in ci and readme 2020-05-13 01:57:37 +01:00

README.md

Actix actors support for actix web framework Build Status codecov crates.io Join the chat at https://gitter.im/actix/actix

Documentation & community resources