Actix Web

To install actix-web you need the dependencies: actix-web and actix-rt.

[dependencies]
actix-web = "2.0"
actix-rt = "1.0"