[package]
name = "quickwit-actors"
version = "0.3.0"
authors = ["Quickwit, Inc. <hello@quickwit.io>"]
edition = "2021"
license = 'AGPL-3.0-or-later'
description = "Actor framework used in quickwit"
repository = "https://github.com/quickwit-oss/quickwit"
homepage = "https://quickwit.io/"
documentation = "https://quickwit.io/docs/"
[dependencies]
tokio = { version = "^1.18", features = ["full"] }
async-trait = "0.1"
anyhow = "1"
thiserror = "1"
flume = "0.10"
futures = "0.3"
tracing = "0.1.29"
quickwit-common = { version = "0.3.0", path = "../quickwit-common" }
[dev-dependencies]
rand = "0.8"