Remove documentation links from all Cargo.toml
s
It was wrong for ruma-federation-api and useless for all others since crates.io will link to docs.rs automatically if no link is given.
This commit is contained in:
parent
a85b7031a3
commit
ca1f334ded
@ -5,7 +5,6 @@ authors = [
|
|||||||
]
|
]
|
||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "A procedural macro for generating ruma-api Endpoints."
|
description = "A procedural macro for generating ruma-api Endpoints."
|
||||||
documentation = "https://docs.rs/ruma-api-macros"
|
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -5,7 +5,6 @@ authors = [
|
|||||||
]
|
]
|
||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "An abstraction for Matrix API endpoints."
|
description = "An abstraction for Matrix API endpoints."
|
||||||
documentation = "https://docs.rs/ruma-api"
|
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -6,7 +6,6 @@ authors = [
|
|||||||
]
|
]
|
||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "Types for the endpoints in the Matrix client-server API."
|
description = "Types for the endpoints in the Matrix client-server API."
|
||||||
documentation = "https://docs.rs/ruma-client-api"
|
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -5,7 +5,6 @@ authors = [
|
|||||||
]
|
]
|
||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "A Matrix client library."
|
description = "A Matrix client library."
|
||||||
documentation = "https://docs.rs/ruma-client"
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
|
@ -6,7 +6,6 @@ authors = [
|
|||||||
]
|
]
|
||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "A procedural macro used by the ruma-events crate."
|
description = "A procedural macro used by the ruma-events crate."
|
||||||
documentation = "https://docs.rs/ruma-events-macros"
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
|
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
|
||||||
categories = ["api-bindings"]
|
categories = ["api-bindings"]
|
||||||
description = "Serializable types for the events in the Matrix specification."
|
description = "Serializable types for the events in the Matrix specification."
|
||||||
documentation = "https://docs.rs/ruma-events"
|
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -5,7 +5,6 @@ authors = [
|
|||||||
]
|
]
|
||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "Types for the endpoints in the Matrix server-server API."
|
description = "Types for the endpoints in the Matrix server-server API."
|
||||||
documentation = "https://www.ruma.io/"
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ruma-identifiers-validation"
|
name = "ruma-identifiers-validation"
|
||||||
description = "Validation logic for ruma-identifiers and ruma-identifiers-macros"
|
description = "Validation logic for ruma-identifiers and ruma-identifiers-macros"
|
||||||
documentation = "https://docs.rs/ruma-identifiers"
|
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
authors = [
|
authors = [
|
||||||
|
@ -5,7 +5,6 @@ authors = [
|
|||||||
]
|
]
|
||||||
categories = ["api-bindings"]
|
categories = ["api-bindings"]
|
||||||
description = "Resource identifiers for Matrix."
|
description = "Resource identifiers for Matrix."
|
||||||
documentation = "https://docs.rs/ruma-identifiers"
|
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ruma-serde"
|
name = "ruma-serde"
|
||||||
description = "De-/serialization helpers for other ruma crates"
|
description = "De-/serialization helpers for other ruma crates"
|
||||||
documentation = "https://docs.rs/ruma-serde"
|
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = [
|
authors = [
|
||||||
"Jonas Platte <jplatte@posteo.de>",
|
"Jonas Platte <jplatte@posteo.de>",
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
|
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
|
||||||
categories = ["api-bindings", "cryptography"]
|
categories = ["api-bindings", "cryptography"]
|
||||||
description = "Digital signatures according to the Matrix specification."
|
description = "Digital signatures according to the Matrix specification."
|
||||||
documentation = "https://docs.rs/ruma-signatures"
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma", "cryptography"]
|
keywords = ["matrix", "chat", "messaging", "ruma", "cryptography"]
|
||||||
|
@ -4,7 +4,6 @@ authors = ["Jonas Platte <jplatte@posteo.de>"]
|
|||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
description = "Types and traits for working with the Matrix protocol."
|
description = "Types and traits for working with the Matrix protocol."
|
||||||
documentation = "https://docs.rs/ruma-client-api"
|
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user