Remove authors from Cargo metadata (see RFC 3052)

This commit is contained in:
Dirkjan Ochtman 2021-11-24 20:40:59 -08:00
parent 3ef2869f48
commit 88cb31516e
9 changed files with 0 additions and 9 deletions

View File

@ -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"]

View File

@ -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"]

View File

@ -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"

View File

@ -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"]

View File

@ -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"]

View File

@ -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"]

View File

@ -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"

View File

@ -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"]

View File

@ -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"]