diff --git a/askama/Cargo.toml b/askama/Cargo.toml index 4df0021f..f1eb91ff 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 "] 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 8514a9b5..8e819767 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 "] 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 92c05f36..d5211994 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 "] 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 d815f756..ed7148cd 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 "] 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 c812db30..add6b9a6 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 "] 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 373ca4e3..782d4a05 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 "] 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 9fb66744..b8311997 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 "] 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 2e7e4e2f..1e1bcd13 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 "] 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 3c820b2e..a9a74319 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 ", "Bjørn Madsen "] description = "Warp integration for Askama templates" documentation = "https://docs.rs/askama" keywords = ["markup", "template", "jinja2", "html"]