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