interthread 1.2.2

Auto implementation of the Actor Model
Documentation
[dependencies.prettyplease]
version = "0.2.10"

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

[dependencies.proc-macro-error]
version = "1.0.4"

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

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
features = ["parsing", "full", "extra-traits"]
version = "2.0.37"
[dev-dependencies.async-channel]
version = "1.8.0"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.12.0"

[dev-dependencies.oneshot]
version = "0.1.6"

[dev-dependencies.smol]
version = "1.3.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.32.0"

[lib]
proc-macro = true

[package]
authors = ["Simon Nour"]
categories = ["development-tools", "asynchronous"]
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 = "1.2.2"