aboutsummaryrefslogtreecommitdiffstats
path: root/askama_iron/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-05Remove the askama_iron integrationLibravatar Dirkjan Ochtman1-18/+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-12-21Disable askama's default features in web framework cratesLibravatar Randati1-1/+1
Without disabling these default features, askama's default features get automatically enabled when web framework specific crates are included in the project.
2020-06-30Reference READMEs in crate metadataLibravatar Dirkjan Ochtman1-0/+1
2020-06-30Bump version numbersLibravatar Dirkjan Ochtman1-2/+2
2020-01-29Move Iron integration into a separate askama_iron crateLibravatar Dirkjan Ochtman1-4/+4
2020-01-29Move Rocket integration into askama_rocket crateLibravatar Dirkjan Ochtman1-9/+4
2020-01-29Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman1-0/+22