Program Version.
TARGET v1.0.0
Problem Description.
Actix-web is still on a very old version of Tokio, and doesn't seem to be getting updated to a newer version.
Problem Solutions.
Migrate off of Actix-web to Rocket.
Other Details.
https://rocket.rs/
https://rocket.rs/v0.5-rc/guide/overview/#mounting (Routing)
https://rocket.rs/v0.5-rc/guide/requests/#forwarding-guards (Auth)
https://rocket.rs/v0.5-rc/guide/responses/#templates (Handlebars)
Program Version.
TARGET v1.0.0
Problem Description.
Actix-web is still on a very old version of Tokio, and doesn't seem to be getting updated to a newer version.
Problem Solutions.
Migrate off of Actix-web to Rocket.
Other Details.
https://rocket.rs/
https://rocket.rs/v0.5-rc/guide/overview/#mounting (Routing)
https://rocket.rs/v0.5-rc/guide/requests/#forwarding-guards (Auth)
https://rocket.rs/v0.5-rc/guide/responses/#templates (Handlebars)