aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-18Bump askama_derive version to 0.12.4Libravatar Dirkjan Ochtman1-1/+1
2023-12-18Prepare askama_derive and _parser releasesLibravatar Dirkjan Ochtman1-2/+2
2023-09-29Bump askama and askama_derive versionsLibravatar Dirkjan Ochtman1-1/+1
2023-09-29Add MSRV checking in CILibravatar Dirkjan Ochtman1-1/+1
Bump MSRV to 1.65 for the use of let .. else.
2023-07-31Extract askama_parser crateLibravatar Dirkjan Ochtman1-1/+1
2023-03-21Version bump askama_derive to 0.12.1Libravatar Dirkjan Ochtman1-1/+1
2023-03-20Upgrade to syn 2Libravatar Dirkjan Ochtman1-1/+1
2023-02-21Replace `toml_edit` with `basic-toml`Libravatar René Kijewski1-2/+2
2023-01-30Use `toml_edit` instead of `toml`Libravatar René Kijewski1-2/+2
Since version 0.6, `toml` is a wrapper around `toml_edit`, and the more basic library already meets our needs.
2023-01-30Apply clippy suggestions for 1.67 (#769)Libravatar Dirkjan Ochtman1-1/+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-05-24Move code generation into askama_deriveLibravatar René Kijewski1-15/+22
2022-04-06Moved Features into derive (#662)Libravatar Andrew Wheeler(Genusis)1-0/+16
* Moved Features into derive, Updated Askama versions to 0.11 * Lock minimal versions to 0.11.2
2022-03-23Update version numbersLibravatar René Kijewski1-2/+2
2022-03-23Reduce askama_derive to a single re-exportLibravatar René Kijewski1-2/+0
All the hard work in askama_derive was actually done in askama_shared. This PR removes the back-and-forth interaction between the two crates. Now askama_derive is a single re-export of `#[derive(Template)]` which has to be done in a proc_macro crate. This most likely means that askama_derive is "final", unless another derive template needs to be introduced in the future.
2022-03-23Move handling of integrations into askama_sharedLibravatar René Kijewski1-13/+0
Before this PR the handling of integrations was done both by askama_shared and askama_derive. This diff lets askama_shared do the work. This will prevent problems like #629, when both packages might come out of sync.
2022-02-16Bump version for askama_deriveLibravatar Dirkjan Ochtman1-2/+2
2022-01-15Fix json/yaml featuresLibravatar Jannik Obermann1-0/+2
2022-01-06Remove the iron integration from generatorLibravatar René Kijewski1-1/+0
Issue #527 removed the askama_iron package, but not the integration if someone uses askama_derive's feature with "iron". The old askama_iron crate uses askama v0.10, so it will still work.
2021-11-27Add Axum integrationLibravatar Michael Alyn Miller1-0/+1
2021-11-24Bump version numbersLibravatar Dirkjan Ochtman1-2/+2
2021-11-24Remove authors from Cargo metadata (see RFC 3052)Libravatar Dirkjan Ochtman1-1/+0
2021-08-21Bump version numbers in anticipation of beta releaseLibravatar Dirkjan Ochtman1-2/+2
2021-08-07Enable config support in askama_shared build dependencyLibravatar Jonas Platte1-0/+2
Fixes using askama with the new Cargo feature resolver and a configuration file.
2020-11-17Bump versions to fix semver problemLibravatar Dirkjan Ochtman1-2/+2
2020-11-17Bump version numbers for askama and askama_deriveLibravatar Dirkjan Ochtman1-2/+2
2020-11-02Use `syn::Error::to_compile_error` and add trybuild ui test (#374)Libravatar msrd01-1/+0
2020-07-28Bump askama_derive dependency on askama_sharedLibravatar Dirkjan Ochtman1-1/+1
2020-07-28Bump version numbersLibravatar Dirkjan Ochtman1-1/+1
2020-07-28Add mendes integrationLibravatar Dirkjan Ochtman1-0/+1
2020-07-14Bump versions to prepare for askama_tide releaseLibravatar Dirkjan Ochtman1-2/+2
2020-07-14Bump dependency versions to force the latest versionLibravatar Dirkjan Ochtman1-1/+1
2020-07-14Bump askama_derive version to 0.10.1Libravatar Dirkjan Ochtman1-1/+1
2020-07-14alphabetize frameworksLibravatar Jacob Rothstein1-3/+3
2020-07-14askama tideLibravatar Jacob Rothstein1-0/+1
2020-07-02Disable default features of `askama_shared` in `askama_derive`Libravatar Yuki Okushi1-1/+1
2020-06-30Reference READMEs in crate metadataLibravatar Dirkjan Ochtman1-0/+1
2020-06-30Bump version numbersLibravatar Dirkjan Ochtman1-2/+2
2020-01-29Move parser into askama_sharedLibravatar Dirkjan Ochtman1-3/+0
2020-01-29Add support for warpLibravatar Bjørn Madsen1-0/+1
2020-01-15Bump version numbers to 0.9.0Libravatar Dirkjan Ochtman1-2/+2
2019-11-11Upgrade to nom 5Libravatar Dirkjan Ochtman1-1/+3
2019-08-14Switch to syn/quote/proc_macro2 1.0Libravatar Dirkjan Ochtman1-3/+3
2019-01-17Bump versions in anticipation of 0.8.0 releaseLibravatar Dirkjan Ochtman1-1/+1
2018-12-10Implement `IntoResponse` for `Template`, allowing them to be used in ↵Libravatar Kellen Frodelius-Fujimoto1-0/+1
`gotham` handlers.
2018-12-08Upgrade to 2018 editionLibravatar Dirkjan Ochtman1-0/+1
2018-11-07Clean up unused featuresLibravatar Dirkjan Ochtman1-4/+3
2018-10-12Bump version number to 0.8.0 for API changeLibravatar Dirkjan Ochtman1-1/+1
2018-10-08Bump version to 0.7.2Libravatar Dirkjan Ochtman1-2/+2
2018-09-07Update syn requirement from 0.14 to 0.15Libravatar dependabot[bot]1-1/+1
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/commits/0.15.1) Signed-off-by: dependabot[bot] <support@dependabot.com>