Remove authors field from Cargo manifests

It's no longer necessary and authorship is much better tracked with git.
This commit is contained in:
Jonas Platte 2022-02-12 13:46:44 +01:00
parent 397727726e
commit ebb09589f9
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
21 changed files with 1 additions and 52 deletions

View File

@ -1,8 +1,4 @@
[package]
authors = [
"Jimmy Cuadra <jimmy@jimmycuadra.com>",
"Jonas Platte <jplatte@posteo.de>",
]
categories = ["api-bindings", "web-programming"]
description = "A procedural macro for generating ruma-api Endpoints."
homepage = "https://www.ruma.io/"

View File

@ -1,8 +1,4 @@
[package]
authors = [
"Jimmy Cuadra <jimmy@jimmycuadra.com>",
"Jonas Platte <jplatte@posteo.de>",
]
categories = ["api-bindings", "web-programming"]
description = "An abstraction for Matrix API endpoints."
homepage = "https://www.ruma.io/"

View File

@ -1,5 +1,4 @@
[package]
authors = ["Wim de With <wf@dewith.io>"]
categories = ["api-bindings", "web-programming"]
description = "Types for the endpoints in the Matrix application service API."
homepage = "https://www.ruma.io/"

View File

@ -1,9 +1,4 @@
[package]
authors = [
"Jimmy Cuadra <jimmy@jimmycuadra.com>",
"Jonas Platte <jplatte@posteo.de>",
"Isaiah Inuwa <isaiah.inuwa@gmail.com>",
]
categories = ["api-bindings", "web-programming"]
description = "Types for the endpoints in the Matrix client-server API."
homepage = "https://www.ruma.io/"

View File

@ -1,8 +1,4 @@
[package]
authors = [
"Jimmy Cuadra <jimmy@jimmycuadra.com>",
"Jonas Platte <jplatte@posteo.de>",
]
categories = ["api-bindings", "web-programming"]
description = "A Matrix client library."
edition = "2018"

View File

@ -1,7 +1,6 @@
[package]
name = "ruma-common"
version = "0.6.0"
authors = ["Jonas Platte <jplatte@posteo.de>"]
description = "Common types for other ruma crates."
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]

View File

@ -1,9 +1,4 @@
[package]
authors = [
"Jimmy Cuadra <jimmy@jimmycuadra.com>",
"Jonas Platte <jplatte@posteo.de>",
"Devin Ragotzy <devin.ragotzy@gmail.com>",
]
categories = ["api-bindings", "web-programming"]
description = "A procedural macro used by the ruma-events crate."
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
categories = ["api-bindings"]
description = "Serializable types for the events in the Matrix specification."
homepage = "https://www.ruma.io/"

View File

@ -1,8 +1,4 @@
[package]
authors = [
"Jonas Platte <jplatte+git@posteo.de>",
"Isaiah Inuwa <isaiah.inuwa@gmail.com>",
]
categories = ["api-bindings", "web-programming"]
description = "Types for the endpoints in the Matrix server-server API."
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["Jonas Platte <jplatte@posteo.de>"]
description = "Procedural macros for creating Matrix identifiers."
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]

View File

@ -3,10 +3,6 @@ name = "ruma-identifiers-validation"
description = "Validation logic for ruma-identifiers and ruma-identifiers-macros"
homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma"
authors = [
"Jimmy Cuadra <jimmy@jimmycuadra.com>",
"Jonas Platte <jplatte@posteo.de>",
]
license = "MIT"
version = "0.5.0"
edition = "2018"

View File

@ -1,8 +1,4 @@
[package]
authors = [
"Jimmy Cuadra <jimmy@jimmycuadra.com>",
"Jonas Platte <jplatte@posteo.de>",
]
categories = ["api-bindings"]
description = "Resource identifiers for Matrix."
homepage = "https://www.ruma.io/"

View File

@ -1,7 +1,6 @@
[package]
name = "ruma-identity-service-api"
version = "0.3.0"
authors = ["Jonas Platte <jplatte@posteo.de>"]
description = "Types for the endpoints in the Matrix identity service API."
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]

View File

@ -1,7 +1,6 @@
[package]
name = "ruma-push-gateway-api"
version = "0.3.0"
authors = ["Jonas Platte <jplatte@posteo.de>"]
description = "Types for the endpoints in the Matrix push gateway API."
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]

View File

@ -1,5 +1,4 @@
[package]
authors = ["Jonas Platte <jplatte@posteo.de>"]
categories = ["api-bindings", "web-programming"]
description = "Procedural macros for ruma-serde."
homepage = "https://www.ruma.io/"

View File

@ -2,11 +2,6 @@
name = "ruma-serde"
description = "De-/serialization helpers for other ruma crates"
license = "MIT"
authors = [
"Jonas Platte <jplatte@posteo.de>",
"Isaiah Inuwa <isaiah.inuwa@gmail.com>",
"Anthony Ramine <n.oxyde@gmail.com>",
]
homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma"
version = "0.5.0"

View File

@ -1,5 +1,4 @@
[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
categories = ["api-bindings", "cryptography"]
description = "Digital signatures according to the Matrix specification."
edition = "2018"

View File

@ -1,6 +1,5 @@
[package]
name = "ruma-state-res"
authors = ["Devin R <devin.ragotzy@gmail.com>"]
categories = ["api-bindings", "web-programming"]
keywords = ["matrix", "chat", "ruma"]
description = "An abstraction for Matrix state resolution."

View File

@ -1,6 +1,5 @@
[package]
name = "ruma"
authors = ["Jonas Platte <jplatte@posteo.de>"]
categories = ["api-bindings", "web-programming"]
keywords = ["matrix", "chat", "messaging", "ruma"]
description = "Types and traits for working with the Matrix protocol."
@ -135,7 +134,7 @@ __ci = [
"unstable-msc2676",
"unstable-msc2677",
"unstable-msc3618",
"ruma-state-res/__ci",
"ruma-state-res/__ci",
]
[dependencies]

View File

@ -1,7 +1,6 @@
[package]
name = "misterbot"
version = "0.1.0"
authors = ["Isaiah Inuwa <isaiah.inuwa@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,7 +1,6 @@
[package]
name = "xtask"
version = "0.1.0"
authors = ["Kévin Commaille <zecakeh@pm.me>"]
edition = "2018"
publish = false