[dependencies.pupactor_macro]
version = "0.2.1"
[dependencies.tokio]
features = ["sync", "rt", "time", "net"]
version = "1.48.0"
[lib]
name = "pupactor"
path = "src/lib.rs"
[lints.rust]
unsafe_code = "forbid"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tokio_unstable)"]
level = "warn"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous"]
description = "Pupactor is actor model library built with tokio"
edition = "2024"
keywords = ["actor"]
license = "MIT OR Apache-2.0"
name = "pupactor"
readme = "README.md"
repository = "https://github.com/incker/pupactor"
resolver = "2"
version = "0.2.2"