orchestra-proc-macro 0.3.5

Generate the actor pattern connectivity graph from a single annotated struct definition - proc-macro
Documentation
[dependencies.anyhow]
optional = true
version = "1"

[dependencies.dotlay]
features = ["log"]
optional = true
package = "layout-rs"
version = "0.1.1"

[dependencies.expander]
default-features = false
version = "2.0.0"

[dependencies.fs-err]
optional = true
version = "2"

[dependencies.indexmap]
version = "2"

[dependencies.itertools]
version = "0.11"

[dependencies.petgraph]
version = "0.6.0"

[dependencies.proc-macro-crate]
version = "1.1.3"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.47"

[dependencies.quote]
version = "1.0.20"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0.109"
[dev-dependencies.assert_matches]
version = "1.5"

[features]
default = []
deny_unconsumed_messages = []
deny_unsent_messages = []
dotgraph = ["dotlay", "anyhow", "fs-err"]
expand = []

[lib]
proc-macro = true

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Generate the actor pattern connectivity graph from a single annotated struct definition - proc-macro"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "orchestra-proc-macro"
readme = "README.md"
repository = "https://github.com/paritytech/orchestra"
version = "0.3.5"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]