ruma-api 0.7.0

An abstraction for Matrix API endpoints.
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]
edition = "2018"
name = "ruma-api"
version = "0.7.0"
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
description = "An abstraction for Matrix API endpoints."
homepage = "https://github.com/ruma/ruma-api"
documentation = "https://docs.rs/ruma-api"
readme = "README.md"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
repository = "https://github.com/ruma/ruma-api"
[dependencies.futures]
version = "0.1.26"

[dependencies.http]
version = "0.1.17"

[dependencies.hyper]
version = "0.12.27"

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

[dependencies.serde_json]
version = "1.0.39"

[dependencies.serde_urlencoded]
version = "0.5.4"
[dev-dependencies.serde]
version = "1.0.90"
features = ["derive"]

[dev-dependencies.url]
version = "1.7.2"