ruma-api 0.10.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.10.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"]
categories = ["api-bindings", "web-programming"]
license = "MIT"
repository = "https://github.com/ruma/ruma-api"
[dependencies.http]
version = "0.1.18"

[dependencies.percent-encoding]
version = "2.0.0"
optional = true

[dependencies.ruma-api-macros]
version = "0.7.0"
optional = true

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

[dependencies.serde]
version = "1.0.98"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0.40"

[dependencies.serde_urlencoded]
version = "0.6.1"

[dependencies.url]
version = "2.0.0"
optional = true

[features]
default = ["with-ruma-api-macros"]
with-ruma-api-macros = ["percent-encoding", "ruma-api-macros", "serde", "url"]