[package] name = "matrix_uri" version = "0.1.1" authors = ["Elise M "] edition = "2018" description = "A crate for parsing Matrix URIs according to both matrix.to and MSC2312" readme = "README.md" homepage = "https://famedly.com/" repository = "https://gitlab.com/famedly/libraries/matrix_uri" license = "AGPL-3.0-only" keywords = ["famedly", "matrix", "messaging"] categories = ["parser-implementations", "encoding"] [badges] maintenance = { status = "deprecated" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] ruma = ["ruma-identifiers"] [dependencies] lazy_static = "1.4.0" regex = "1.4.3" ruma-identifiers = { version = "0.17.4", optional = true } url = "2.2.1" urlencoding = "1.1.1"