32 lines
814 B
TOML
32 lines
814 B
TOML
[package]
|
|
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
|
|
description = "A Matrix client library."
|
|
documentation = "https://docs.rs/ruma-client"
|
|
homepage = "https://github.com/ruma/ruma-client"
|
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
|
license = "MIT"
|
|
name = "ruma-client"
|
|
readme = "README.md"
|
|
repository = "https://github.com/ruma/ruma-client"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
futures = "0.1.13"
|
|
ruma-identifiers = "0.11.0"
|
|
serde = "1.0.2"
|
|
serde_json = "1.0.1"
|
|
serde_urlencoded = "0.4.3"
|
|
tokio-core = "0.1.6"
|
|
url = "1.4.0"
|
|
|
|
[dependencies.hyper]
|
|
git = "https://github.com/hyperium/hyper"
|
|
rev = "fed04dfb58e19b408322d4e5ca7474871e848a35"
|
|
|
|
[dependencies.ruma-api]
|
|
git = "https://github.com/ruma/ruma-api"
|
|
|
|
[dependencies.ruma-client-api]
|
|
git = "https://github.com/ruma/ruma-client-api"
|
|
branch = "manual"
|