matrix_uri 0.1.1

A crate for parsing Matrix URIs according to both matrix.to and MSC2312
Documentation
[badges.maintenance]
status = "deprecated"
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.4.3"

[dependencies.ruma-identifiers]
optional = true
version = "0.17.4"

[dependencies.url]
version = "2.2.1"

[dependencies.urlencoding]
version = "1.1.1"

[features]
ruma = ["ruma-identifiers"]

[package]
authors = ["Elise M <elise@headpat.services>"]
categories = ["parser-implementations", "encoding"]
description = "A crate for parsing Matrix URIs according to both matrix.to and MSC2312"
edition = "2018"
homepage = "https://famedly.com/"
keywords = ["famedly", "matrix", "messaging"]
license = "AGPL-3.0-only"
name = "matrix_uri"
readme = "README.md"
repository = "https://gitlab.com/famedly/libraries/matrix_uri"
version = "0.1.1"