Update website URL
This commit is contained in:
parent
a123b30cf2
commit
4a02b97aa3
@ -7,7 +7,7 @@ network.
|
||||
|
||||
[Rust]: https://rust-lang.org/
|
||||
[Matrix]: https://matrix.org/
|
||||
[website]: https://ruma.io/
|
||||
[website]: https://ruma.dev/
|
||||
[chat]: https://matrix.to/#/#ruma:matrix.org
|
||||
[docs]: https://docs.rs/ruma/
|
||||
[unstable-docs]: https://docs.ruma.dev/ruma/
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
categories = ["api-bindings", "web-programming"]
|
||||
description = "Types for the endpoints in the Matrix application service API."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
name = "ruma-appservice-api"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
//! (De)serializable types for the [Matrix Application Service API][appservice-api].
|
||||
//! These types can be shared by application service and server code.
|
||||
//!
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
categories = ["api-bindings", "web-programming"]
|
||||
description = "Types for the endpoints in the Matrix client-server API."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
name = "ruma-client-api"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
//! (De)serializable types for the [Matrix Client-Server API][client-api].
|
||||
//! These types can be shared by client and server code.
|
||||
//!
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
categories = ["api-bindings", "web-programming"]
|
||||
description = "A Matrix client library."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
name = "ruma-client"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
//! A minimal [Matrix](https://matrix.org/) client library.
|
||||
//!
|
||||
//! # Usage
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "ruma-common"
|
||||
version = "0.12.1"
|
||||
description = "Common types for other ruma crates."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
//! Common types for the Ruma crates.
|
||||
|
||||
#![recursion_limit = "1024"]
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "ruma-events"
|
||||
version = "0.27.11"
|
||||
description = "Serializable types for the events in the Matrix specification."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
//! (De)serializable types for the events in the [Matrix](https://matrix.org) specification.
|
||||
//! These types are used by other Ruma crates.
|
||||
//!
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
categories = ["api-bindings", "web-programming"]
|
||||
description = "Types for the endpoints in the Matrix server-server API."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
name = "ruma-federation-api"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
//! (De)serializable types for the [Matrix Server-Server API][federation-api].
|
||||
//! These types are used by server code.
|
||||
//!
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "ruma-html"
|
||||
version = "0.1.0"
|
||||
description = "Opinionated HTML parsing and manipulating."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "ruma", "html", "parser"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
//! Opinionated HTML parsing and manipulating library.
|
||||
//!
|
||||
//! Like the rest of the Ruma crates, this crate is primarily meant to be used for
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "ruma-identifiers-validation"
|
||||
description = "Validation logic for ruma-common and ruma-macros"
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
license = "MIT"
|
||||
version = "0.9.3"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
|
||||
pub mod client_secret;
|
||||
pub mod device_key_id;
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "ruma-identity-service-api"
|
||||
version = "0.8.0"
|
||||
description = "Types for the endpoints in the Matrix identity service API."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
//! (De)serializable types for the [Matrix Identity Service API][identity-api].
|
||||
//! These types can be shared by client and identity service code.
|
||||
//!
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
categories = ["api-bindings", "web-programming"]
|
||||
description = "Procedural macros used by the Ruma crates."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
name = "ruma-macros"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
//! Procedural macros used by ruma crates.
|
||||
//!
|
||||
//! See the documentation for the individual macros for usage details.
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "ruma-push-gateway-api"
|
||||
version = "0.8.0"
|
||||
description = "Types for the endpoints in the Matrix push gateway API."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
//! (De)serializable types for the [Matrix Push Gateway API][push-api].
|
||||
//! These types can be shared by push gateway and server code.
|
||||
//!
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
categories = ["api-bindings", "web-programming"]
|
||||
description = "Utilities for implementing Matrix server applications."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
name = "ruma-server-util"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
//! Collection of helpers for implementing Matrix homeservers using Ruma.
|
||||
|
||||
#![warn(missing_docs)]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
categories = ["api-bindings", "cryptography"]
|
||||
description = "Digital signatures according to the Matrix specification."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma", "cryptography"]
|
||||
license = "MIT"
|
||||
name = "ruma-signatures"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
//! Digital signatures according to the [Matrix](https://matrix.org/) specification.
|
||||
//!
|
||||
//! Digital signatures are used by Matrix homeservers to verify the authenticity of events in the
|
||||
|
@ -3,7 +3,7 @@ name = "ruma-state-res"
|
||||
categories = ["api-bindings", "web-programming"]
|
||||
keywords = ["matrix", "chat", "ruma"]
|
||||
description = "An abstraction for Matrix state resolution."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
|
@ -3,7 +3,7 @@ name = "ruma"
|
||||
categories = ["api-bindings", "web-programming"]
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
description = "Types and traits for working with the Matrix protocol."
|
||||
homepage = "https://ruma.io/"
|
||||
homepage = "https://ruma.dev/"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
|
||||
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
|
||||
//! Types and traits for working with the [Matrix](https://matrix.org) protocol.
|
||||
//!
|
||||
//! This crate re-exports things from all of the other ruma crates so you don't
|
||||
|
Loading…
x
Reference in New Issue
Block a user