[dependencies.proc-macro-crate]
version = "1.3.1"
[dependencies.proc-macro-error]
version = "1"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["parsing", "full", "extra-traits"]
version = "2"
[lib]
proc-macro = true
[package]
description = "Auto implementation of the Actor Model"
edition = "2021"
keywords = ["actor", "async", "thread", "interthread", "actor-model"]
license = "MIT OR Apache-2.0"
name = "interthread"
readme = "README.md"
repository = "https://github.com/NimonSour/interthread.git"
version = "0.1.2"