[package] name = "xan-actor" version = "1.3.2" edition = "2021" authors = [ "Xanthorrhizol " ] description = "Akka actor" repository = "https://github.com/Xanthorrhizol/actor" readme = "README.md" license = "MIT" keywords = ["akka", "actor"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = { version = "0.1.68" } log = "0.4.17" thiserror = "1.0.40" tokio = { version = "1.28.1", features = ["full"] }