pyo3-asyncio-macros 0.13.4

Proc Macro Attributes for PyO3 Asyncio
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["Andrew J Westlake <awestlake87@yahoo.com>"]
categories = ["api-bindings", "development-tools::ffi"]
description = "Proc Macro Attributes for PyO3 Asyncio"
documentation = "https://docs.rs/crate/pyo3-asyncio/"
edition = "2018"
homepage = "https://github.com/awestlake87/pyo3-asyncio"
keywords = ["pyo3", "python", "ffi", "async", "asyncio"]
license = "Apache-2.0"
name = "pyo3-asyncio-macros"
readme = "../README.md"
repository = "https://github.com/awestlake87/pyo3-asyncio"
version = "0.13.4"