mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-27 04:50:40 +00:00
Remove authors from Cargo metadata (see RFC 3052)
This commit is contained in:
parent
3ef2869f48
commit
88cb31516e
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "askama"
|
||||
version = "0.11.0-beta.1"
|
||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||
description = "Type-safe, compiled Jinja-like templates for Rust"
|
||||
documentation = "https://docs.rs/askama"
|
||||
keywords = ["markup", "template", "jinja2", "html"]
|
||||
|
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "askama_actix"
|
||||
version = "0.11.1"
|
||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||
description = "Actix-Web integration for Askama templates"
|
||||
documentation = "https://docs.rs/askama"
|
||||
keywords = ["markup", "template", "jinja2", "html"]
|
||||
|
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "askama_derive"
|
||||
version = "0.11.0-beta.1"
|
||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||
description = "Procedural macro package for Askama"
|
||||
homepage = "https://github.com/djc/askama"
|
||||
repository = "https://github.com/djc/askama"
|
||||
|
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "askama_escape"
|
||||
version = "0.10.2"
|
||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||
description = "Optimized HTML escaping code, extracted from Askama"
|
||||
documentation = "https://docs.rs/askama_escape"
|
||||
keywords = ["html", "escaping"]
|
||||
|
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "askama_gotham"
|
||||
version = "0.12.0"
|
||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||
description = "Gotham integration for Askama templates"
|
||||
documentation = "https://docs.rs/askama"
|
||||
keywords = ["markup", "template", "jinja2", "html"]
|
||||
|
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "askama_rocket"
|
||||
version = "0.11.0-rc.2"
|
||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||
description = "Rocket integration for Askama templates"
|
||||
documentation = "https://docs.rs/askama"
|
||||
keywords = ["markup", "template", "jinja2", "html"]
|
||||
|
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "askama_shared"
|
||||
version = "0.12.0-beta.1"
|
||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||
description = "Shared code for Askama"
|
||||
homepage = "https://github.com/djc/askama"
|
||||
repository = "https://github.com/djc/askama"
|
||||
|
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "askama_tide"
|
||||
version = "0.13.0"
|
||||
authors = ["Jacob Rothstein <hi@jbr.me>"]
|
||||
edition = "2018"
|
||||
description = "Tide integration for Askama templates"
|
||||
keywords = ["markup", "template", "html", "tide", "http-types"]
|
||||
|
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "askama_warp"
|
||||
version = "0.11.0"
|
||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Bjørn Madsen <bm@aeons.dk>"]
|
||||
description = "Warp integration for Askama templates"
|
||||
documentation = "https://docs.rs/askama"
|
||||
keywords = ["markup", "template", "jinja2", "html"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user