ruma-client-api 0.1.0

Types for the endpoints in the Matrix client-server API.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ruma-client-api"
version = "0.1.0"
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
description = "Types for the endpoints in the Matrix client-server API."
homepage = "https://github.com/ruma/ruma-client-api"
documentation = "https://docs.rs/ruma-client-api"
readme = "README.md"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
repository = "https://github.com/ruma/ruma-client-api"
[dependencies.serde_urlencoded]
version = "0.5.1"

[dependencies.ruma-signatures]
version = "0.4.0"

[dependencies.ruma-api-macros]
version = "0.1.0"

[dependencies.ruma-identifiers]
version = "0.11.0"

[dependencies.ruma-api]
version = "0.4.0"

[dependencies.serde_json]
version = "1.0.2"

[dependencies.ruma-events]
version = "0.9.0"

[dependencies.hyper]
version = "0.11.1"

[dependencies.url]
version = "1.5.1"

[dependencies.serde]
version = "1.0.9"

[dependencies.serde_derive]
version = "1.0.9"

[dependencies.futures]
version = "0.1.14"