futures-cputask-derive 0.3.0

Internal crate to provide the async_task macro for futures-cputask
Documentation
[package]
name = "futures-cputask-derive"
description = "Internal crate to provide the async_task macro for futures-cputask"
version = "0.3.0"
authors = ["Charlotte D. <darkkirb@darkkirb.de>"]
edition = "2018"
license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0.5", features = ["full"] }
quote = "1.0.2"