# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "matrix_uri" version = "0.1.1" authors = ["Elise M "] description = "A crate for parsing Matrix URIs according to both matrix.to and MSC2312" homepage = "https://famedly.com/" readme = "README.md" keywords = ["famedly", "matrix", "messaging"] categories = ["parser-implementations", "encoding"] license = "AGPL-3.0-only" repository = "https://gitlab.com/famedly/libraries/matrix_uri" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.4.3" [dependencies.ruma-identifiers] version = "0.17.4" optional = true [dependencies.url] version = "2.2.1" [dependencies.urlencoding] version = "1.1.1" [features] ruma = ["ruma-identifiers"] [badges.maintenance] status = "deprecated"