[dependencies.prettyplease]
version = "0.2.10"
[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"
[dev-dependencies.async-channel]
version = "1.8.0"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.12.0"
[dev-dependencies.oneshot]
version = "0.1.5"
[dev-dependencies.smol]
version = "1.3.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.28.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 = "1.0.0"