[package] name = "holly" version = "0.5.3" authors = ["Toralf Wittner "] license-file = "LICENSE.md" description = "A simplistic actor model library using futures." keywords = ["actor", "async", "futures"] categories = ["asynchronous"] repository = "https://gitlab.com/twittner/holly" readme = "README.md" edition = "2018" [dependencies] futures = "0.1.25" void = "1.0.2" parking_lot = "0.8.0" [dev-dependencies] bytes = "0.4.11" tokio = "0.1.15" tokio-threadpool = "0.1.11"