ruwuma/Cargo.toml
Victor Berger 8ab3c737b8
Update to ruma-api v0.3.
Also fixes a few errors encountered in the process and remove depcrecated tokenrefresh endpoint.
2017-01-08 18:19:27 +01:00

21 lines
605 B
TOML

[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
description = "Serializable request and response types for the Matrix client API."
documentation = "https://docs.rs/ruma-client-api"
homepage = "https://github.com/ruma/ruma-client-api"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-client-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-client-api"
version = "0.1.0"
[dependencies]
ruma-api = "0.3.0"
ruma-events = "0.3.0"
ruma-identifiers = "0.6.0"
ruma-signatures = "0.1.0"
serde = "0.8.21"
serde_derive = "0.8.21"
serde_json = "0.8.4"