actix-macros 0.2.1

Macros for Actix system and runtime
Documentation
[package]
name = "actix-macros"
version = "0.2.1"
authors = [
    "Nikolay Kim <fafhrd91@gmail.com>",
    "Ibraheem Ahmed <ibrah1440@gmail.com>",
]
description = "Macros for Actix system and runtime"
repository = "https://github.com/actix/actix-net"
categories = ["network-programming", "asynchronous"]
license = "MIT OR Apache-2.0"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.3"
syn = { version = "^1", features = ["full"] }