[package] name = "theatre" version = "0.1.8" authors = ["StJohn Giddy "] edition = "2018" license = "MIT" description = "A concise async actor model implementation" homepage = "https://gitlab.com/thecallsign/theatre/" repository = "https://gitlab.com/thecallsign/theatre/" readme = "README.md" keywords = ["actors", "tokio", "async"] categories = ["concurrency", "data-structures", "asynchronous"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "^1.2", features = ["sync", "parking_lot"] } futures = "^0.3" async-trait = "^0.1" thiserror = "^1" [dev-dependencies] tokio = { version = "^1.0.2", features = ["rt-multi-thread", "macros"] }