[package] name = "actor-lib" version = "0.1.0" edition = "2021" authors = ["Evgeny Igumnov "] repository = "https://github.com/evgenyigumnov/actor-lib-rs" license = "MIT" license-file = "LICENSE" keywords = ["actor"] categories = ["library"] readme = "../README.md" description = "Indeed, an actor library, not a framework, written in Rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3.26" log = "0.4.17" tokio = { version = "1.25.0", features = ["full"] }