ruma-api-macros 0.5.0

A procedural macro for generating ruma-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-macros"
version = "0.5.0"
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
description = "A procedural macro for generating ruma-api Endpoints."
homepage = "https://github.com/ruma/ruma-api-macros"
documentation = "https://docs.rs/ruma-api-macros"
readme = "README.md"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
repository = "https://github.com/ruma/ruma-api-macros"

[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "0.4.30"
features = ["nightly"]

[dependencies.quote]
version = "0.6.12"

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

[dependencies.syn]
version = "0.15.35"
features = ["full"]
[dev-dependencies.futures]
version = "0.1.27"

[dev-dependencies.http]
version = "0.1.17"

[dev-dependencies.hyper]
version = "0.12.29"

[dev-dependencies.serde]
version = "1.0.92"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.39"

[dev-dependencies.serde_urlencoded]
version = "0.5.5"

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