ruwuma/Cargo.toml
2016-07-28 01:57:54 -07:00

22 lines
582 B
TOML

[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
description = "Resource identifiers for Matrix."
documentation = "http://ruma.github.io/ruma-identifiers/ruma_identifiers"
homepage = "https://github.com/ruma/ruma-identifiers"
keywords = ["matrix", "matrix.org", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-identifiers"
readme = "README.md"
repository = "https://github.com/ruma/ruma-identifiers"
version = "0.1.0"
[dependencies]
lazy_static = "0.2.1"
rand = "0.3.14"
regex = "0.1.73"
serde = "0.8.0"
url = "1.1.1"
[dev-dependencies]
serde_json = "0.8.0"