aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-29Move Iron integration into a separate askama_iron crateLibravatar Dirkjan Ochtman1-5/+1
2020-01-29Move Gotham integration into separate askama_gotham crateLibravatar Dirkjan Ochtman1-5/+1
2020-01-29Move Rocket integration into askama_rocket crateLibravatar Dirkjan Ochtman1-2/+0
2020-01-29Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman1-6/+1
2020-01-27Disable Gotham's default featuresLibravatar Dirkjan Ochtman1-1/+1
2020-01-27Disable rocket's default featuresLibravatar Dirkjan Ochtman1-1/+1
2020-01-11upgrade dependencies(actix-web 0.7 -> 2)Libravatar DCjanus1-3/+5
2019-08-26Update criterion requirement from 0.2 to 0.3Libravatar dependabot-preview[bot]1-1/+1
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.2.0...0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-01-11Remove rerun_if_templates_changed and update README.Libravatar Maarten de Vries1-3/+0
2018-12-10Add Gotham tests to `full` feature in testing crateLibravatar Kellen Frodelius-Fujimoto1-1/+1
2018-12-10Implement `IntoResponse` for `Template`, allowing them to be used in ↵Libravatar Kellen Frodelius-Fujimoto1-0/+4
`gotham` handlers.
2018-12-08Upgrade to 2018 editionLibravatar Dirkjan Ochtman1-0/+1
2018-12-08Upgrade to Rocket 0.4Libravatar Dirkjan Ochtman1-3/+2
2018-11-04Disable tests that need dependencies by defaultLibravatar Dirkjan Ochtman1-7/+12
2018-07-22Work around conflicting dependencies for actix-web and rocketLibravatar Dirkjan Ochtman1-6/+7
2018-07-22Tests for actix_webLibravatar Ryan McGrath1-2/+4
2018-06-28Add benchmarks to the Askama repoLibravatar Dirkjan Ochtman1-0/+5
2018-01-29`build = "build.rs"` is no longer necessaryLibravatar Paul Woolcock1-1/+0
For all rust versions >= 1.19, cargo will assume `build = "build.rs"` if it sees a `build.rs` file in the same directory as the `Cargo.toml`
2018-01-05relax the version specificationLibravatar Hajime Fukuda1-1/+1
2017-08-24Clean up order in Cargo manifestsLibravatar Dirkjan Ochtman1-2/+2
2017-08-23Add test for Rocket supportLibravatar Dirkjan Ochtman1-0/+6
2017-08-23Add test for Iron supportLibravatar Dirkjan Ochtman1-2/+3
2017-08-23Adding optional json filterLibravatar Anthony Nowell1-2/+3
2017-03-06Hide askama_derive dependency inside askama (fixes #2)Libravatar Dirkjan Ochtman1-1/+0
2017-03-03Update version numbers and dependenciesLibravatar Dirkjan Ochtman1-3/+3
2017-02-17Bring back path for iternal dependenciesLibravatar Dirkjan Ochtman1-3/+3
2017-02-15Fix askama version in testing crateLibravatar Dirkjan Ochtman1-3/+3
2017-02-08Move build script helper code into askama crateLibravatar Dirkjan Ochtman1-0/+3
2017-02-08Add build script to force rebuild on template changesLibravatar Dirkjan Ochtman1-0/+1
2017-01-03Rename askama_test to testingLibravatar Dirkjan Ochtman1-2/+2
2017-01-03Rename askama_codegen to askama_deriveLibravatar Dirkjan Ochtman1-1/+1
This appears to be best practice for crates using macros 1.1.