[package] name = "actorlib" version = "1.3.1" edition = "2021" authors = ["Evgeny Igumnov "] repository = "https://github.com/evgenyigumnov/actor-lib" documentation = "https://docs.rs/actorlib" license = "MIT" license-file = "../LICENSE" keywords = ["actor"] categories = ["concurrency"] readme = "../README.md" description = "Indeed, an actor library, not a framework, written in Rust" [dependencies] futures = "0.3.26" async-trait = "0.1.73" log = "0.4.17" tokio = { version = "1.25.0", features = ["full"] }