ruwuma/Cargo.toml
2019-07-30 17:37:09 +02:00

28 lines
683 B
TOML

[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
categories = ["api-bindings", "web-programming"]
description = "An abstraction for Matrix API endpoints."
documentation = "https://docs.rs/ruma-api"
homepage = "https://github.com/ruma/ruma-api"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.10.0"
edition = "2018"
[dependencies]
http = "0.1.18"
serde_json = "1.0.40"
serde_urlencoded = "0.6.0"
ruma-identifiers = "0.14.0"
[dev-dependencies]
url = "2.0.0"
percent-encoding = "2.0.0"
[dev-dependencies.serde]
version = "1.0.98"
features = ["derive"]