agnostik-attributes 1.2.0

Executor agnostik attributes.
Documentation
[package]
name = "agnostik-attributes"
description = "Executor agnostik attributes."
version = "1.2.0"
license = "MIT OR Apache-2.0"
readme = "../README.md"
repository = "https://github.com/bastion-rs/agnostik"
homepage = "https://github.com/bastion-rs/agnostik"
documentation = "https://docs.rs/agnostik-attributes"
authors = ["Agnostik Developers"]
keywords = ["async", "await", "macro", "futures"]
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]
edition = "2018"

[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0.48", features = ["full"] }
quote = "1.0.7"

[dev-dependencies]
agnostik = { path = "..", features = ["attributes"] }