aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
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>
2018-07-23Bump versions to 0.7.1Libravatar Dirkjan Ochtman1-2/+2
2018-07-22Add optional implementation for actix_web's Responder traitLibravatar Ryan McGrath1-0/+1
2018-06-22Bump version numbers to 0.7.0Libravatar Dirkjan Ochtman1-2/+2
2018-06-15Port parser to nom 4Libravatar Dirkjan Ochtman1-1/+1
2018-05-21Upgrade to syn-0.14 and quote-0.6Libravatar Dirkjan Ochtman1-2/+3
2018-04-27Bump version numbers to 0.6.4Libravatar Dirkjan Ochtman1-1/+1
2018-04-19Bump versions to 0.6.3Libravatar Dirkjan Ochtman1-1/+1
2018-04-18Version bump to 0.6.2Libravatar Dirkjan Ochtman1-2/+2
2018-04-12Bump version numbers to 0.6.1Libravatar Dirkjan Ochtman1-2/+2
2018-04-12Isolate proc-macro dependency to the proc macroLibravatar David Tolnay1-0/+2
The dependency of askama on askama_shared on syn on libproc_macro used to mean libproc_macro would be dynamically linked into any crate using askama. We want only askama_derive to have a runtime dependency on proc macro. This commit moves all proc macro code from askama_shared into askama_derive so that the askama crate no longer dynamically links libproc_macro.
2018-04-12Bump version numbers to 0.6.0Libravatar Dirkjan Ochtman1-2/+2
2018-04-02Upgrade to latest syn and quoteLibravatar Dirkjan Ochtman1-1/+1
2018-01-09Upgrade to syn-0.12 and quote-0.4Libravatar Dirkjan Ochtman1-1/+1