# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "orchestra-proc-macro" version = "0.4.0" authors = ["Parity Technologies "] description = "Generate the actor pattern connectivity graph from a single annotated struct definition - proc-macro" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/orchestra" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] proc-macro = true [dependencies.anyhow] version = "1" optional = true [dependencies.dotlay] version = "0.1.1" features = ["log"] optional = true package = "layout-rs" [dependencies.expander] version = "2.1.0" default-features = false [dependencies.fs-err] version = "2" optional = true [dependencies.indexmap] version = "2" [dependencies.itertools] version = "0.11" [dependencies.petgraph] version = "0.6.0" [dependencies.proc-macro-crate] version = "3.1.0" [dependencies.proc-macro2] version = "1.0.47" features = ["span-locations"] [dependencies.quote] version = "1.0.20" [dependencies.syn] version = "1.0.109" features = [ "full", "extra-traits", ] [dev-dependencies.assert_matches] version = "1.5" [features] default = [] deny_unconsumed_messages = [] deny_unsent_messages = [] dotgraph = [ "dotlay", "anyhow", "fs-err", ] expand = []