thespis_derive 0.1.0

Derive macros for thespis traits
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "thespis-rs/thespis_derive"
[build-dependencies.rustc_version]
version = "^0.4"
[dependencies.proc-macro2]
version = "^1"

[dependencies.quote]
version = "^1"

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

[lib]
proc-macro = true

[package]
authors = ["Naja Melan <najamelan@autistici.org>"]
categories = ["asynchronous", "concurrency"]
description = "Derive macros for thespis traits"
documentation = "https://docs.rs/thespis_derive"
edition = "2018"
homepage = "https://github.com/thespis-rs/thespis_derive"
keywords = ["async", "futures", "actor", "thespis"]
license = "Unlicense"
name = "thespis_derive"
readme = "README.md"
repository = "https://github.com/thespis-rs/thespis_derive"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true