dialectic-macro 0.1.0

Procedural macros used by and exported from the Dialectic crate
Documentation
[dependencies.dialectic-compiler]
version = "0.1"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "parsing"]
version = "1.0"

[dev-dependencies.dialectic]
version = "0.4"

[dev-dependencies.dialectic-tokio-mpsc]
version = "0.1"

[dev-dependencies.static_assertions]
version = "1.1"

[dev-dependencies.tokio]
version = "1.2"

[lib]
proc-macro = true

[package]
authors = ["Shea Leffler <shea@errno.com>", "Kenny Foner <kwf@boltlabs.io>"]
categories = ["asynchronous", "concurrency"]
description = "Procedural macros used by and exported from the Dialectic crate"
edition = "2018"
homepage = "https://github.com/boltlabs-inc/dialectic"
keywords = ["session", "types", "async", "channel", "macro"]
license = "MIT"
name = "dialectic-macro"
repository = "https://github.com/boltlabs-inc/dialectic"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]