ruwuma/Cargo.toml
2017-05-14 04:00:54 -07:00

25 lines
615 B
TOML

[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
description = "Core API types for Matrix."
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.3.0"
[dependencies]
futures = "0.1.13"
serde_json = "1.0.2"
[dependencies.hyper]
git = "https://github.com/hyperium/hyper"
rev = "fed04dfb58e19b408322d4e5ca7474871e848a35"
[dev-dependencies]
ruma-identifiers = "0.11"
serde = "1.0"
serde_derive = "1.0"