aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-24Add poem integrationHEADmainLibravatar cel 🌸1-0/+1
2023-08-25Explicitly set resolver at the workspace levelLibravatar Dirkjan Ochtman1-0/+1
2023-07-31Extract askama_parser crateLibravatar Dirkjan Ochtman1-0/+2
2022-07-25Implement basic hyper integrationLibravatar René Kijewski1-0/+1
The integration is based on askama_gotham. There is no specific trait to convert an arbitrary T to `hyper::Response`, so I used `From<Template> for hyper::Response`.
2022-06-08Merge askama_derive into askamaLibravatar René Kijewski1-2/+0
2021-12-01Move askama_mendes integration into Askama repo (#561)Libravatar Dirkjan Ochtman1-0/+1
2021-11-27Add Axum integrationLibravatar Michael Alyn Miller1-0/+1
2021-08-05Remove the askama_iron integrationLibravatar Dirkjan Ochtman1-1/+0
This web framework seems not to have been updated for quite a while, and its current version appears to depend on vulnerable crates. Remove it for now. If someone wants to fix up Iron upstream and reinstate this, I'd be happy to review your PR.
2020-07-14askama tideLibravatar Jacob Rothstein1-0/+1
2020-01-29Add support for warpLibravatar Bjørn Madsen1-0/+2
2020-01-29Move Iron integration into a separate askama_iron crateLibravatar Dirkjan Ochtman1-0/+1
2020-01-29Move Gotham integration into separate askama_gotham crateLibravatar Dirkjan Ochtman1-0/+1
2020-01-29Move Rocket integration into askama_rocket crateLibravatar Dirkjan Ochtman1-0/+1
2020-01-29Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman1-1/+15
2018-11-07Create askama_escape crateLibravatar bott1-1/+1
2017-08-27Move most of the code into new askama_shared crateLibravatar Dirkjan Ochtman1-1/+1
This makes it possible to share code between askama and askama_derive.
2017-01-03Rename askama_test to testingLibravatar Dirkjan Ochtman1-1/+1
2017-01-03Rename askama_codegen to askama_deriveLibravatar Dirkjan Ochtman1-1/+1
This appears to be best practice for crates using macros 1.1.