aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-11-24 20:40:59 -0800
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-11-24 20:40:59 -0800
commit88cb31516e23dde8b5a7bbf48c8faad22483ff02 (patch)
tree9cd39bd27581f6889347de2f0c90e091e5baf807
parent3ef2869f48556a0aae4ca861889f9fd8bea02d66 (diff)
downloadaskama-88cb31516e23dde8b5a7bbf48c8faad22483ff02.tar.gz
askama-88cb31516e23dde8b5a7bbf48c8faad22483ff02.tar.bz2
askama-88cb31516e23dde8b5a7bbf48c8faad22483ff02.zip
Remove authors from Cargo metadata (see RFC 3052)
-rw-r--r--askama/Cargo.toml1
-rw-r--r--askama_actix/Cargo.toml1
-rw-r--r--askama_derive/Cargo.toml1
-rw-r--r--askama_escape/Cargo.toml1
-rw-r--r--askama_gotham/Cargo.toml1
-rw-r--r--askama_rocket/Cargo.toml1
-rw-r--r--askama_shared/Cargo.toml1
-rw-r--r--askama_tide/Cargo.toml1
-rw-r--r--askama_warp/Cargo.toml1
9 files changed, 0 insertions, 9 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml
index 4df0021..f1eb91f 100644
--- a/askama/Cargo.toml
+++ b/askama/Cargo.toml
@@ -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"]
diff --git a/askama_actix/Cargo.toml b/askama_actix/Cargo.toml
index 8514a9b..8e81976 100644
--- a/askama_actix/Cargo.toml
+++ b/askama_actix/Cargo.toml
@@ -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"]
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml
index 92c05f3..d521199 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -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"
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml
index d815f75..ed7148c 100644
--- a/askama_escape/Cargo.toml
+++ b/askama_escape/Cargo.toml
@@ -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"]
diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml
index c812db3..add6b9a 100644
--- a/askama_gotham/Cargo.toml
+++ b/askama_gotham/Cargo.toml
@@ -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"]
diff --git a/askama_rocket/Cargo.toml b/askama_rocket/Cargo.toml
index 373ca4e..782d4a0 100644
--- a/askama_rocket/Cargo.toml
+++ b/askama_rocket/Cargo.toml
@@ -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"]
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml
index 9fb6674..b831199 100644
--- a/askama_shared/Cargo.toml
+++ b/askama_shared/Cargo.toml
@@ -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"
diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml
index 2e7e4e2..1e1bcd1 100644
--- a/askama_tide/Cargo.toml
+++ b/askama_tide/Cargo.toml
@@ -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"]
diff --git a/askama_warp/Cargo.toml b/askama_warp/Cargo.toml
index 3c820b2..a9a7431 100644
--- a/askama_warp/Cargo.toml
+++ b/askama_warp/Cargo.toml
@@ -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"]