Remove authors field from Cargo manifests
It's no longer necessary and authorship is much better tracked with git.
This commit is contained in:
parent
397727726e
commit
ebb09589f9
@ -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/"
|
||||
|
@ -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/"
|
||||
|
@ -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/"
|
||||
|
@ -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/"
|
||||
|
@ -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"
|
||||
|
@ -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"]
|
||||
|
@ -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"
|
||||
|
@ -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/"
|
||||
|
@ -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"
|
||||
|
@ -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"]
|
||||
|
@ -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"
|
||||
|
@ -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/"
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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/"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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."
|
||||
|
@ -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."
|
||||
|
@ -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
|
||||
|
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "xtask"
|
||||
version = "0.1.0"
|
||||
authors = ["Kévin Commaille <zecakeh@pm.me>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user